IPv6 DHCP
configs/releng/airootfs/etc/systemd/network/20-{ethernet,wirless}.network: Making sure that systemd-networkd enables DHCP capabilities also for IPv6 ('DHCP=yes' and unsetting IPv6AcceptRA - see `man 5 systemd.network` for further information). Closes #23
This commit is contained in:
parent
c5ecb8427c
commit
9e004aebf1
@ -3,9 +3,8 @@ Name=en*
|
|||||||
Name=eth*
|
Name=eth*
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=ipv4
|
DHCP=yes
|
||||||
IPv6PrivacyExtensions=yes
|
IPv6PrivacyExtensions=yes
|
||||||
IPv6AcceptRA=false
|
|
||||||
|
|
||||||
[DHCP]
|
[DHCP]
|
||||||
RouteMetric=512
|
RouteMetric=512
|
||||||
|
@ -3,9 +3,8 @@ Name=wlp*
|
|||||||
Name=wlan*
|
Name=wlan*
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=ipv4
|
DHCP=yes
|
||||||
IPv6PrivacyExtensions=yes
|
IPv6PrivacyExtensions=yes
|
||||||
IPv6AcceptRA=false
|
|
||||||
|
|
||||||
[DHCP]
|
[DHCP]
|
||||||
RouteMetric=1024
|
RouteMetric=1024
|
||||||
|
Loading…
Reference in New Issue
Block a user