diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-06-23 07:37:01 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-06-24 20:17:21 +0200 |
commit | 62fb079a3b4a6553d87d06a3004d21b4e322a4e5 (patch) | |
tree | 90fe40dfdfbddd06eb117d12dfb3bc50f6f7aff9 /test/test-network/conf/25-ipv6-prefix-veth-static-route.network | |
parent | network/ndisc: do not remove static routes when received RA with zero lifetime (diff) | |
download | systemd-62fb079a3b4a6553d87d06a3004d21b4e322a4e5.tar.xz systemd-62fb079a3b4a6553d87d06a3004d21b4e322a4e5.zip |
test-network: check if static routes not overridden by NDisc routes
Diffstat (limited to 'test/test-network/conf/25-ipv6-prefix-veth-static-route.network')
-rw-r--r-- | test/test-network/conf/25-ipv6-prefix-veth-static-route.network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/test-network/conf/25-ipv6-prefix-veth-static-route.network b/test/test-network/conf/25-ipv6-prefix-veth-static-route.network new file mode 100644 index 0000000000..a2ea7bff2c --- /dev/null +++ b/test/test-network/conf/25-ipv6-prefix-veth-static-route.network @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Match] +Name=veth99 + +[Network] +IPv6AcceptRA=true + +[Route] +Gateway=fe80::1034:56ff:fe78:9abd +GatewayOnLink=no +Metric=256 + +[IPv6AcceptRA] +RouteMetric=256 |