]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: link_ip6tnl.c/ip6tunnel.c: Support IP6_TNL_F_ALLOW_LOCAL_REMOTE flag
authorShmulik Ladkani <shmulik.ladkani@gmail.com>
Sun, 29 Oct 2017 15:50:46 +0000 (17:50 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 31 Oct 2017 17:15:30 +0000 (18:15 +0100)
commit21440d19d9571c16f06a219c56d70e3bc8829746
tree7329add15a59d545091f9a27c1648477188fa1f5
parent8652eeb3ab12954c9ee04c8f0135808ef1456797
ip: link_ip6tnl.c/ip6tunnel.c: Support IP6_TNL_F_ALLOW_LOCAL_REMOTE flag

IP6_TNL_F_ALLOW_LOCAL_REMOTE allows tunnel traffic on ip6tnl devices
where the remote endpoint is a local host address.

Specifying "[no]allow-localremote" controls the
IP6_TNL_F_ALLOW_LOCAL_REMOTE flag on ip6tnl interfaces.

This is the user-space counterpart for kernel
commit 908d140a87a7 ("ip6_tunnel: Allow rcv/xmit even if remote address is a local address")

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
ip/ip6tunnel.c
ip/link_ip6tnl.c
man/man8/ip-tunnel.8