1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

test-network: replace deprecated settings

This commit is contained in:
Yu Watanabe 2021-09-17 21:55:00 +09:00
parent 34a3a0c480
commit b48b6bd3b9
3 changed files with 13 additions and 7 deletions

View File

@ -3,4 +3,6 @@ Name=veth99
[Network]
IPv6AcceptRA=true
IPv6Token=prefixstable
[IPv6AcceptRA]
Token=prefixstable

View File

@ -3,4 +3,6 @@ Name=veth99
[Network]
IPv6AcceptRA=true
IPv6Token=prefixstable:2002:da8:1::
[IPv6AcceptRA]
Token=prefixstable:2002:da8:1::

View File

@ -3,8 +3,10 @@ Name=veth99
[Network]
IPv6AcceptRA=true
IPv6Token=::1a:2b:3c:4d
IPv6Token=static:::fa:de:ca:fe
IPv6Token=::1a:2b:3c:4d
IPv6Token=static:::1a:2b:3c:4d
IPv6Token=::fa:de:ca:fe
[IPv6AcceptRA]
Token=::1a:2b:3c:4d
Token=static:::fa:de:ca:fe
Token=::1a:2b:3c:4d
Token=static:::1a:2b:3c:4d
Token=::fa:de:ca:fe