summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-router-hmtsaal.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-router-hmtsaal.yml')
-rw-r--r--inventory/host_vars/ele-router-hmtsaal.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-router-hmtsaal.yml b/inventory/host_vars/ele-router-hmtsaal.yml
index e5ab11a6..426e4c02 100644
--- a/inventory/host_vars/ele-router-hmtsaal.yml
+++ b/inventory/host_vars/ele-router-hmtsaal.yml
@@ -293,12 +293,12 @@ openwrt_mixin:
chain forward {
type filter hook forward priority filter; policy drop;
ct state vmap { established: accept, related: accept, invalid: drop }
- iifname { {{ ['$nic_'] | product(network_internal_zone_names | union(['mixer'])) | map('join') | join(', ') }} } oifname $nic_citycom accept
+ iifname { {{ ['$nic_'] | product(network_internal_zone_names) | map('join') | join(', ') }} } oifname $nic_citycom accept
}
chain postrouting {
type nat hook postrouting priority srcnat; policy accept;
- ip saddr { {{ ['$prefix_'] | product(network_internal_zone_names | union(['mixer'])) | map('join') | join(', ') }} } oifname $nic_citycom snat to $ip_citycom
+ ip saddr { {{ ['$prefix_'] | product(network_internal_zone_names) | map('join') | join(', ') }} } oifname $nic_citycom snat to $ip_citycom
}
}