ip_vti: support IPIP6 tunnel processing
authorXin Long <lucien.xin@gmail.com>
Mon, 6 Jul 2020 12:01:33 +0000 (20:01 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 9 Jul 2020 10:53:58 +0000 (12:53 +0200)
commite6ce64570f2451684b4f9bcbaee6c40c4a7dff82
tree58edc0a9751b1cb5be7b0ac01654cae7d979a785
parent87e66b9682d7067eb7db08040dae36b608a4d971
ip_vti: support IPIP6 tunnel processing

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

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