diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-08-13 12:01:23 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-07 15:22:10 +0200 |
commit | 0a2808a20822abf1fd43e628688a0bc134e4313b (patch) | |
tree | f03262b59a73970a9287b89cc5087fdd3a267439 /test/test-network | |
parent | network: set default priority for IPv6 routes (diff) | |
download | systemd-0a2808a20822abf1fd43e628688a0bc134e4313b.tar.xz systemd-0a2808a20822abf1fd43e628688a0bc134e4313b.zip |
test-network: drop meaningless Scope= settings in the config
Diffstat (limited to 'test/test-network')
-rw-r--r-- | test/test-network/conf/25-route-static.network | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-network/conf/25-route-static.network b/test/test-network/conf/25-route-static.network index a4ba77a3e3..94583b9b01 100644 --- a/test/test-network/conf/25-route-static.network +++ b/test/test-network/conf/25-route-static.network @@ -10,11 +10,9 @@ IPv4LLRoute=yes [Route] Destination=2001:1234:5:8fff:ff:ff:ff:ff/128 -Scope=link [Route] Destination=2001:1234:5:9fff:ff:ff:ff:ff/128 -Scope=link [Route] Destination=::/0 |