Merge branch 'iptunnel-policy-based-routing'
Craig Gallek says:
====================
ip_tunnel: Allow policy-based routing through tunnels
iproute2 changes to follow. Example usage:
ip link add gre-test type gre local 10.0.0.1 remote 10.0.0.2 fwmark 0x4
ip -detail link show gre-test
...
ip link set gre-test type gre fwmark 0
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/net/ip6_tunnel.h 2 additions, 0 deletionsinclude/net/ip6_tunnel.h
- include/net/ip_tunnels.h 3 additions, 2 deletionsinclude/net/ip_tunnels.h
- include/uapi/linux/if_tunnel.h 3 additions, 0 deletionsinclude/uapi/linux/if_tunnel.h
- net/ipv4/ip_gre.c 17 additions, 7 deletionsnet/ipv4/ip_gre.c
- net/ipv4/ip_tunnel.c 17 additions, 10 deletionsnet/ipv4/ip_tunnel.c
- net/ipv4/ip_vti.c 15 additions, 5 deletionsnet/ipv4/ip_vti.c
- net/ipv4/ipip.c 17 additions, 7 deletionsnet/ipv4/ipip.c
- net/ipv6/ip6_gre.c 13 additions, 1 deletionnet/ipv6/ip6_gre.c
- net/ipv6/ip6_tunnel.c 14 additions, 1 deletionnet/ipv6/ip6_tunnel.c
- net/ipv6/ip6_vti.c 9 additions, 1 deletionnet/ipv6/ip6_vti.c
- net/ipv6/sit.c 24 additions, 13 deletionsnet/ipv6/sit.c
Please register or sign in to comment