mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
and -> or (per George's suggestion)
This commit is contained in:
parent
f908a84b48
commit
167a1940a8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
wan_netmask: "{{ gui_static_wan_netmask }}"
|
||||
wan_gateway: "{{ gui_static_wan_gateway }}"
|
||||
wan_nameserver: "{{ gui_static_wan_nameserver }}"
|
||||
when: gui_static_wan
|
||||
when: gui_static_wan or user_wan_iface != "auto"
|
||||
|
||||
# we need to have an interface name for ifcfg-WAN to be able to change gateway
|
||||
# the DEVICE from the gui. Thanks to George for proving my point about knowing
|
||||
|
|
Loading…
Reference in a new issue