mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
test: disable IPv6AcceptRA= for test network interfaces with static address
This hopefully improves test performance.
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user