1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 00:51:24 +03:00
systemd/test/test-network/conf/ipv6-prefix.network
Yu Watanabe 0fb613000d test-network: disable NDISC on veth-peer
This should speed the tests up.
2021-02-03 22:09:07 +00:00

22 lines
331 B
SYSTEMD

[Match]
Name=veth-peer
[Network]
IPv6AcceptRA=no
IPv6SendRA=yes
[IPv6SendRA]
DNS=_link_local 2002:da8:1:0::1
DNSLifetimeSec=1min
Domains=hogehoge.test
[IPv6Prefix]
Prefix=2002:da8:1:0::/64
PreferredLifetimeSec=1000s
ValidLifetimeSec=2100s
[IPv6Prefix]
Prefix=2002:da8:2:0::/64
PreferredLifetimeSec=1000s
ValidLifetimeSec=2100s