From b6b96afdb32ac0495ea7e43f5e433f72d5bd704a Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Sep 2019 15:06:35 -0400 Subject: [PATCH] Update dhcpcd.conf.j2 --- roles/network/templates/network/dhcpcd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/network/dhcpcd.conf.j2 b/roles/network/templates/network/dhcpcd.conf.j2 index 75eb9af2d..80d13c807 100644 --- a/roles/network/templates/network/dhcpcd.conf.j2 +++ b/roles/network/templates/network/dhcpcd.conf.j2 @@ -65,7 +65,7 @@ static routers={{ wan_gateway }} static domain_name_servers={{ wan_nameserver }} interface {{ iiab_wan_iface }} -{% if wan_ignore_ipV4LL == "true" %} +{% if wan_ipV4LL == "false" %} arping 192.0.2.1 fallback {{ wan_gateway }} {% else %}