diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index d8660c6bc..12b5e3b39 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -67,8 +67,8 @@ iiab_gateway_enabled: False # 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).