1
0
Fork 0
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:
A Holt 2021-07-20 17:47:30 -04:00 committed by GitHub
commit aea602b111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,9 @@ require dhcp_server_identifier
slaac private
# IIAB
{% if iiab_wireless_lan_iface is defined %}
denyinterfaces {{ iiab_wireless_lan_iface }}
{% endif %}
# 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.