ip_tunnel: push generic protocol handling to ip_tunnel module.
Process skb tunnel header before sending packet to protocol handler. this allows code sharing between gre and ovs gre modules. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing
- include/net/ip_tunnels.h 1 addition, 0 deletionsinclude/net/ip_tunnels.h
- net/ipv4/gre.c 2 additions, 1 deletionnet/ipv4/gre.c
- net/ipv4/ip_tunnel.c 6 additions, 24 deletionsnet/ipv4/ip_tunnel.c
- net/ipv4/ip_tunnel_core.c 34 additions, 0 deletionsnet/ipv4/ip_tunnel_core.c
- net/ipv4/ipip.c 5 additions, 1 deletionnet/ipv4/ipip.c
- net/ipv6/sit.c 6 additions, 1 deletionnet/ipv6/sit.c
Loading
Please register or sign in to comment