Skip to content
Snippets Groups Projects
Verified Commit 9e004aeb authored by David Runge's avatar David Runge :chipmunk:
Browse files

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
parent c5ecb842
No related branches found
No related tags found
1 merge request!19IPv6 DHCP
......@@ -3,9 +3,8 @@ Name=en*
Name=eth*
[Network]
DHCP=ipv4
DHCP=yes
IPv6PrivacyExtensions=yes
IPv6AcceptRA=false
[DHCP]
RouteMetric=512
......@@ -3,9 +3,8 @@ Name=wlp*
Name=wlan*
[Network]
DHCP=ipv4
DHCP=yes
IPv6PrivacyExtensions=yes
IPv6AcceptRA=false
[DHCP]
RouteMetric=1024
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment