diff options
-rw-r--r-- | etc/systemd/network/10-cloud-init-eth0.network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network index 31ea88f6..70765533 100644 --- a/etc/systemd/network/10-cloud-init-eth0.network +++ b/etc/systemd/network/10-cloud-init-eth0.network @@ -7,6 +7,9 @@ [Match] Name=eth0 +[Network] +IPv6AcceptRA=false + [Address] Address=216.126.232.27/22 |