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 %}