netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Craig Gallek <kraigatgoog@gmail.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 0/2] ip_tunnel: Allow policy-based routing through tunnels
Date: Wed, 19 Apr 2017 12:30:52 -0400	[thread overview]
Message-ID: <20170419163054.31173-1-kraigatgoog@gmail.com> (raw)

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

             reply	other threads:[~2017-04-19 16:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-19 16:30 Craig Gallek [this message]
2017-04-19 16:30 ` [PATCH net-next 1/2] ip6_tunnel: Allow policy-based routing through tunnels 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170419163054.31173-1-kraigatgoog@gmail.com \
    --to=kraigatgoog@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).