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:
parent
29f20b4ffe
commit
7c4c1289b5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue