From 2a421c93e2a3d8f57763bd9f65c798806fd0a661 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Sep 2019 18:14:07 -0400 Subject: [PATCH] wan_ipV4LL -> wan_ipv4ll --- vars/default_vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 8b06cc3a6..a48a52196 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -172,8 +172,8 @@ wan_nameserver: # wan_nameserver: 192.168.1.1 wan_try_dhcp_then_static_ip: True # Facilitate field updates w/ cablemodems. dhcp_timeout: 10 # Revert to Static IP or 169.254.x.y if DHCP isn't # detected on the Ethernet network in 10 seconds (dhcpcd default is 30 sec). -wan_ipV4LL: False # Keep this as 'False' to strongly mandate Static IP -# for eth0 (and avoid 169.254.x.y when DHCP isn't detected). +wan_ipv4ll: False # Keep this as 'False' to strongly mandate Static IP +# for eth0 (and avoid link-local 169.254.x.y if DHCP isn't detected). # # Change this to 'True' if you want the 3-steps below: # 1. Try to set eth0 as Static IP (if 'arp ' responds).