summaryrefslogtreecommitdiff
path: root/roles/elevate/media/templates/firewall/lan-only.sh.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-12 13:44:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 00:14:25 +0200
commited3885ac85e1a005d972662f966849bf626d5fba (patch)
tree6291a6b1947657ec083a50a43f4a654bc27392d9 /roles/elevate/media/templates/firewall/lan-only.sh.j2
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
initial tests with new network config
Diffstat (limited to 'roles/elevate/media/templates/firewall/lan-only.sh.j2')
-rw-r--r--roles/elevate/media/templates/firewall/lan-only.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/elevate/media/templates/firewall/lan-only.sh.j2 b/roles/elevate/media/templates/firewall/lan-only.sh.j2
index 4431ade0..07665d62 100644
--- a/roles/elevate/media/templates/firewall/lan-only.sh.j2
+++ b/roles/elevate/media/templates/firewall/lan-only.sh.j2
@@ -15,7 +15,7 @@ MANGLE="$IPTABLES -t mangle"
FILTER6="$IP6TABLES -t filter"
MANGLE6="$IP6TABLES -t mangle"
-LAN_IF="{{ network.primary.interface }}"
+LAN_IF="{{ network.primary.name }}"
LAN_IPADDR="{{ network.primary.ip }}"
LAN_NETMASK="{{ network.primary.mask }}"