diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-02-15 18:58:15 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-02-15 23:53:43 +0100 |
commit | 1e86c833089ff56204419e3ab1b1f5be912b264c (patch) | |
tree | 4881a3743c78f4b2aaf67f40fa550b74bcc8b308 /test/test-network/conf/25-ipv6-prefix-veth-token-prefixstable-without-address.network | |
parent | test: Skip test_macsec() until kernel panic is fixed (diff) | |
download | systemd-1e86c833089ff56204419e3ab1b1f5be912b264c.tar.xz systemd-1e86c833089ff56204419e3ab1b1f5be912b264c.zip |
test: Prefix all network/netdev config files used by systemd-networkd-tests.py
Let's make sure these take preference over any generic network config files shipped
by the OS (in this case specifically, mkosi).
Diffstat (limited to 'test/test-network/conf/25-ipv6-prefix-veth-token-prefixstable-without-address.network')
-rw-r--r-- | test/test-network/conf/25-ipv6-prefix-veth-token-prefixstable-without-address.network | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-network/conf/25-ipv6-prefix-veth-token-prefixstable-without-address.network b/test/test-network/conf/25-ipv6-prefix-veth-token-prefixstable-without-address.network new file mode 100644 index 0000000000..eda4ce1915 --- /dev/null +++ b/test/test-network/conf/25-ipv6-prefix-veth-token-prefixstable-without-address.network @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Match] +Name=veth99 + +[Network] +IPv6AcceptRA=true + +[IPv6AcceptRA] +Token=prefixstable +Token=prefixstable,86b123b969ba4b7eb8b3d8605123525a |