1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

do not ignore gui request for fixed ip

This commit is contained in:
George Hunt 2018-02-10 01:40:19 +00:00
parent b6d20fdbd7
commit f908a84b48

View file

@ -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
# 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