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

missing %}

This commit is contained in:
Jerry Vonau 2018-05-14 10:31:39 -05:00
parent caff2ea0b6
commit 8167d9db71

View file

@ -27,7 +27,7 @@ iface br0 inet static
{% if dhcpcd_result == "enabled" or wan_in_interfaces %}
# client or user defined
{% endif %}
{% if dhcpcd_result != "enabled" and not wan_in_interfaces %} and wan_ip == "dhcp"
{% if dhcpcd_result != "enabled" and not wan_in_interfaces and wan_ip == "dhcp" %}
#cover butt
auto {{ iiab_wan_iface }}
iface {{ iiab_wan_iface }} inet dhcp