Skip to content

Commit

Permalink
systemd/network: Accept IPv6 RAs for interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
  • Loading branch information
sayanchowdhury committed Oct 7, 2021
1 parent fe2a32d commit 6117667
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions systemd/network/yy-pxe.network
Expand Up @@ -5,6 +5,7 @@ KernelCommandLine=!root
[Network]
DHCP=yes
KeepConfiguration=dhcp-on-stop
IPv6AcceptRA=true

[DHCP]
ClientIdentifier=mac
Expand Down
1 change: 1 addition & 0 deletions systemd/network/yy-vmware.network
Expand Up @@ -4,6 +4,7 @@ Virtualization=vmware
[Network]
DHCP=yes
KeepConfiguration=dhcp-on-stop
IPv6AcceptRA=true

[DHCP]
UseMTU=true
Expand Down
2 changes: 2 additions & 0 deletions systemd/network/zz-default.network
@@ -1,6 +1,8 @@
[Network]
DHCP=yes
KeepConfiguration=dhcp-on-stop
IPv6AcceptRA=true


[Match]
Name=*
Expand Down

0 comments on commit 6117667

Please sign in to comment.