mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update dhcpcd.conf.j2
This commit is contained in:
parent
7b3bf8e2f2
commit
af2c3508d7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ slaac private
|
||||||
# Static IP-based Ethernet networks)
|
# Static IP-based Ethernet networks)
|
||||||
timeout {{ dhcp_timeout }}
|
timeout {{ dhcp_timeout }}
|
||||||
|
|
||||||
# Always support Ethernet-to-Internet on RPi, to faciliate field updates
|
# Always support Ethernet-to-Internet on RPi, to facilitate field updates
|
||||||
# (avoid "denyinterfaces eth0" below!)
|
# (avoid "denyinterfaces eth0" below!)
|
||||||
{% if is_rpi and hostapd_enabled %}
|
{% if is_rpi and hostapd_enabled %}
|
||||||
denyinterfaces{% if discovered_wireless_iface != "none" %} {{ discovered_wireless_iface }}{% endif %}
|
denyinterfaces{% if discovered_wireless_iface != "none" %} {{ discovered_wireless_iface }}{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue