ip6_vti: support IP6IP tunnel processing
authorXin Long <lucien.xin@gmail.com>
Mon, 6 Jul 2020 12:01:35 +0000 (20:01 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 9 Jul 2020 10:55:06 +0000 (12:55 +0200)
commit2ab110cbb0c0cb05c64f37f42b78f5bc11699b0e
tree3a06b87864bdd406eced7bf3dacf3151f3a790da
parent08622869ed3f167db9b2250ab1bb055f55293401
ip6_vti: support IP6IP tunnel processing

For IP6IP tunnel processing, the functions called will be the
same as that for IP6IP6 tunnel's. So reuse it and register it
with family == AF_INET.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/ip6_vti.c