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

Eliminate old commented code

This commit is contained in:
A Holt 2019-09-03 18:49:23 -04:00 committed by GitHub
parent 29f20b4ffe
commit 7c4c1289b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,11 +49,10 @@ denyinterfaces{% if discovered_wireless_iface != "none" %} {{ discovered_wireles
{% else %} {% 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 %} 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 %} {% endif %}
# FYI this 'denyinterfaces' line (here in /etc/dhcpcd.conf) is commented out by # 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 # /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" %} {% if dhcpcd_result == "enabled" and iiab_lan_iface != "none" %}
interface {{ iiab_lan_iface }} interface {{ iiab_lan_iface }}
static ip_address={{ lan_ip }}/19 static ip_address={{ lan_ip }}/19