diff --git a/roles/network/templates/network/dhcpcd.conf.j2 b/roles/network/templates/network/dhcpcd.conf.j2 index 4a462f107..883218fd1 100644 --- a/roles/network/templates/network/dhcpcd.conf.j2 +++ b/roles/network/templates/network/dhcpcd.conf.j2 @@ -49,11 +49,10 @@ denyinterfaces{% if discovered_wireless_iface != "none" %} {{ discovered_wireles {% else %} denyinterfaces{% if iiab_wireless_lan_iface is defined %} {{ iiab_wireless_lan_iface }}{% endif %}{% if iiab_wired_lan_iface is defined %} {{ iiab_wired_lan_iface }}{% endif %} {% endif %} + # FYI this 'denyinterfaces' line (here in /etc/dhcpcd.conf) is commented out by # /usr/bin/iiab-hotspot-off, and uncommented by /usr/bin/iiab-hotspot-on -{# {% if iiab_lan_iface != "br0" %} {{ iiab_lan_iface }} {% endif %} #} - {% if dhcpcd_result == "enabled" and iiab_lan_iface != "none" %} interface {{ iiab_lan_iface }} static ip_address={{ lan_ip }}/19