diff options
Diffstat (limited to 'test/test-network/conf/25-route-static-test1.network')
-rw-r--r-- | test/test-network/conf/25-route-static-test1.network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/test-network/conf/25-route-static-test1.network b/test/test-network/conf/25-route-static-test1.network new file mode 100644 index 0000000..9ea521a --- /dev/null +++ b/test/test-network/conf/25-route-static-test1.network @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Match] +Name=test1 + +[Network] +IPv6AcceptRA=no +Address=2001:1234:5:8f63::2/128 +Address=149.10.123.58/28 + +[Route] +Destination=2001:1234:5:6fff:ff:ff:ff:ff/128 + +[Route] +Destination=2001:1234:5:7fff:ff:ff:ff:ff/128 |