mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
rename variable to wan_ignore_ipV4LL
This commit is contained in:
parent
8d12314a6e
commit
b28f7e1298
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ strict_networking: False
|
|||
iiab_demo_mode: False
|
||||
gui_static_wan: False
|
||||
wan_cidr:
|
||||
wan_force_static: False
|
||||
wan_ignore_ipV4LL: False
|
||||
|
||||
# Set defaults for discovery process as strings
|
||||
wifi1: "not found-1"
|
||||
|
|
|
@ -64,7 +64,7 @@ static routers={{ wan_gateway }}
|
|||
static domain_name_servers={{ wan_nameserver }}
|
||||
|
||||
interface {{ iiab_wan_iface }}
|
||||
{% if wan_force_static == "true" %}
|
||||
{% if wan_ignore_ipV4LL == "true" %}
|
||||
arping 192.0.2.1
|
||||
fallback {{ wan_gateway }}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue