mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2870 from holta/raspios-on-pc
dhcpcd.conf.j2: denyinterfaces IF {{ iiab_wireless_lan_iface }} defined — for Raspberry Pi OS on PC/Mac
This commit is contained in:
commit
aea602b111
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@ require dhcp_server_identifier
|
||||||
slaac private
|
slaac private
|
||||||
|
|
||||||
# IIAB
|
# IIAB
|
||||||
|
{% if iiab_wireless_lan_iface is defined %}
|
||||||
denyinterfaces {{ iiab_wireless_lan_iface }}
|
denyinterfaces {{ iiab_wireless_lan_iface }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Setting iiab_wired_lan_iface would install the device as a slave under
|
# Setting iiab_wired_lan_iface would install the device as a slave under
|
||||||
# br0 so we need to turn off the dhcp client in that network layout.
|
# br0 so we need to turn off the dhcp client in that network layout.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue