diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-10 16:49:17 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-11 02:59:06 +0200 |
commit | 8c9c703c5532fa5353f8e8a95419885da7e03c19 (patch) | |
tree | 779556149e7ff9ccdf572ec64a75eb7814f2676d /test/fuzz | |
parent | network: simplify the condition about xfrm (diff) | |
download | systemd-8c9c703c5532fa5353f8e8a95419885da7e03c19.tar.xz systemd-8c9c703c5532fa5353f8e8a95419885da7e03c19.zip |
network: add AssignToLoopback= setting to [Tunnel] section
networkd does not manage loopback interface lo. So, previously, we have
no way to assign tunnel devices to lo.
Diffstat (limited to 'test/fuzz')
-rw-r--r-- | test/fuzz/fuzz-netdev-parser/directives.netdev | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-netdev-parser/directives.netdev b/test/fuzz/fuzz-netdev-parser/directives.netdev index 07e54d9e44..874c3e5f8f 100644 --- a/test/fuzz/fuzz-netdev-parser/directives.netdev +++ b/test/fuzz/fuzz-netdev-parser/directives.netdev @@ -66,6 +66,7 @@ AllowLocalRemote= Local= TOS= Independent= +AssignToLoopback= Key= InputKey= Encapsulation= |