commit | da9bbf0598c9e66b8a46ceabaa6172596795acf2 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Jul 06 20:01:38 2020 +0800 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Jul 09 12:56:36 2020 +0200 |
tree | af7df4ca6064ab193dd02bde5b0aac2ab9409528 | |
parent | d7b360c2869f9ce2418510d14baf0f9696fcf1e9 [diff] |
xfrm: interface: support IPIP and IPIP6 tunnels processing with .cb_handler Similar to ip_vti, IPIP and IPIP6 tunnels processing can easily be done with .cb_handler for xfrm interface. v1->v2: - no change. v2-v3: - enable it only when CONFIG_INET_XFRM_TUNNEL is defined, to fix the build error, reported by kbuild test robot. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>