mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: disable IPv6AcceptRA= for test network interfaces with static address
This hopefully improves test performance.
This commit is contained in:
committed by
Luca Boccassi
parent
166cb4c3ee
commit
e4c7dc9418
@@ -200,6 +200,7 @@ cat >/run/systemd/network/10-dns0.network <<EOF
|
||||
Name=dns0
|
||||
|
||||
[Network]
|
||||
IPv6AcceptRA=no
|
||||
Address=10.0.0.1/24
|
||||
Address=fd00:dead:beef:cafe::1/64
|
||||
DNSSEC=allow-downgrade
|
||||
@@ -216,6 +217,7 @@ cat >/run/systemd/network/10-dns1.network <<EOF
|
||||
Name=dns1
|
||||
|
||||
[Network]
|
||||
IPv6AcceptRA=no
|
||||
Address=10.99.0.1/24
|
||||
DNSSEC=no
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user