mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
25 lines
575 B
SYSTEMD
25 lines
575 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
IPv6AcceptRA=true
|
|
|
|
[IPv6AcceptRA]
|
|
# invalid tokens
|
|
Token=prefixstable:2002:da8:1::,00000000000000000000000000000000
|
|
Token=prefixstable:2002:da8:1::,
|
|
Token=prefixstable,00000000000000000000000000000000
|
|
Token=prefixstable,
|
|
Token=prefixstable@
|
|
Token=static
|
|
Token=static:
|
|
Token=static:::
|
|
# valid token
|
|
Token=prefixstable:2002:da8:1::
|
|
Token=prefixstable:2002:da8:1::,86b123b969ba4b7eb8b3d8605123525a
|
|
# reset token
|
|
Token=
|
|
# set token again
|
|
Token=prefixstable:2002:da8:1::,86b123b969ba4b7eb8b3d8605123525a
|