netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] ip_tunnel: Allow policy-based routing through tunnels
@ 2017-04-19 16:30 Craig Gallek
  2017-04-19 16:30 ` [PATCH net-next 1/2] ip6_tunnel: " Craig Gallek
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Craig Gallek @ 2017-04-19 16:30 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

From: Craig Gallek <kraig@google.com>

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


Craig Gallek (2):
  ip6_tunnel: Allow policy-based routing through tunnels
  ip_tunnel: Allow policy-based routing through tunnels

 include/net/ip6_tunnel.h       |  2 ++
 include/net/ip_tunnels.h       |  5 +++--
 include/uapi/linux/if_tunnel.h |  3 +++
 net/ipv4/ip_gre.c              | 24 +++++++++++++++++-------
 net/ipv4/ip_tunnel.c           | 27 +++++++++++++++++----------
 net/ipv4/ip_vti.c              | 20 +++++++++++++++-----
 net/ipv4/ipip.c                | 24 +++++++++++++++++-------
 net/ipv6/ip6_gre.c             | 14 +++++++++++++-
 net/ipv6/ip6_tunnel.c          | 15 ++++++++++++++-
 net/ipv6/ip6_vti.c             | 10 +++++++++-
 net/ipv6/sit.c                 | 37 ++++++++++++++++++++++++-------------
 11 files changed, 134 insertions(+), 47 deletions(-)

-- 
2.12.2.816.g2cccc81164-goog

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-21 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19 16:30 [PATCH net-next 0/2] ip_tunnel: Allow policy-based routing through tunnels Craig Gallek
2017-04-19 16:30 ` [PATCH net-next 1/2] ip6_tunnel: " Craig Gallek
2017-04-19 16:30 ` [PATCH net-next 2/2] ip_tunnel: " Craig Gallek
2017-04-21 17:21 ` [PATCH net-next 0/2] " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).