diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-01-02 20:40:54 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-01-04 20:00:16 +0100 |
commit | 9362f7d5b56e5d27d42e5367bc10426319a3447c (patch) | |
tree | 23b3bc7f41fcb72408fc4c06b42bfc0488c517c9 /test/test-network/conf/25-neighbor-dummy.network | |
parent | test-network: show monotonic timestamp and drop hopstname from logs (diff) | |
download | systemd-9362f7d5b56e5d27d42e5367bc10426319a3447c.tar.xz systemd-9362f7d5b56e5d27d42e5367bc10426319a3447c.zip |
test-network: merge three tests for neighbor
To speed up tests.
Diffstat (limited to 'test/test-network/conf/25-neighbor-dummy.network')
-rw-r--r-- | test/test-network/conf/25-neighbor-dummy.network | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test-network/conf/25-neighbor-dummy.network b/test/test-network/conf/25-neighbor-dummy.network new file mode 100644 index 0000000000..f1b1151670 --- /dev/null +++ b/test/test-network/conf/25-neighbor-dummy.network @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Match] +Name=dummy98 + +[Network] +IPv6AcceptRA=no +Tunnel=gretun97 +Tunnel=ip6gretun97 |