diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-15 02:56:24 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-23 02:21:17 +0900 |
commit | 30f10837094f69b3abcde622e836c396781bdddf (patch) | |
tree | 7a57fcbb279406e8c36f7437fb5ec33e7142c2ac /test | |
parent | 5735ab0979e572414cea2ab0a4d9ca0a43bd0993 (diff) | |
download | systemd-30f10837094f69b3abcde622e836c396781bdddf.tar.gz |
network: nexthop: add Blackhole= setting in [NextHop] section
As similar to unreachable type routes, blackhole nexthops do not have
NHA_OID attribute, so they are managed by Manager.
Diffstat (limited to 'test')
-rw-r--r-- | test/fuzz/fuzz-network-parser/directives.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network index 04a2a4c9c1..48f0ca8951 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -353,6 +353,7 @@ Id= Gateway= Family= OnLink= +Blackhole= [QDisc] Parent= Handle= |