mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
1e86c83308
Let's make sure these take preference over any generic network config files shipped by the OS (in this case specifically, mkosi).
20 lines
457 B
SYSTEMD
20 lines
457 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
IPv6AcceptRA=true
|
|
|
|
[IPv6AcceptRA]
|
|
Token=prefixstable:2002:da8:1::
|
|
Token=prefixstable:2002:da8:1::,86b123b969ba4b7eb8b3d8605123525a
|
|
# 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:::
|