mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #668 from georgejhunt/static-wan
do not ignore gui request for fixed ip
This commit is contained in:
commit
891550b654
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 and user_wan_iface != "auto"
|
||||
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