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

running - double check after rebase

This commit is contained in:
Jerry Vonau 2017-11-01 08:45:55 -04:00
parent 37b8e3fdb6
commit 8e37472fbf
5 changed files with 61 additions and 35 deletions

View file

@ -40,9 +40,11 @@ slaac private
# supplied by IIAB
denyinterfaces {% if gui_static_wan == true %} {{ iiab_wan_iface }} {% endif %} {% if iiab_wireless_lan_iface != "none" %} {{ iiab_wireless_lan_iface }} {% endif %} {% if discovered_lan_iface != "none" %} {{ discovered_lan_iface }} {% endif %}
#{% if gui_static_wan == true %}
#denyinterfaces {{ iiab_wan_iface }}
#{% endif %}
{% if dhcpcd_result == "enabled" and iiab_lan_iface == "br0" %}
{% if dhcpcd_result == "enabled" and iiab_lan_iface != "none" %}
interface {{ iiab_lan_iface }}
static ip_address={{ lan_ip }}/19
static routers={{ lan_ip }}