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:
parent
34a3a0c480
commit
b48b6bd3b9
@ -3,4 +3,6 @@ Name=veth99
|
||||
|
||||
[Network]
|
||||
IPv6AcceptRA=true
|
||||
IPv6Token=prefixstable
|
||||
|
||||
[IPv6AcceptRA]
|
||||
Token=prefixstable
|
||||
|
@ -3,4 +3,6 @@ Name=veth99
|
||||
|
||||
[Network]
|
||||
IPv6AcceptRA=true
|
||||
IPv6Token=prefixstable:2002:da8:1::
|
||||
|
||||
[IPv6AcceptRA]
|
||||
Token=prefixstable:2002:da8:1::
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user