netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 v3 0/3] improve lwtunnel route support
@ 2015-12-18  9:50 Paolo Abeni
  2015-12-18  9:50 ` [PATCH iproute2 v3 1/3] vxlan: add support for collect metadata flag Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Abeni @ 2015-12-18  9:50 UTC (permalink / raw)
  To: stephen; +Cc: netdev, Roopa Prabhu, Jiri Benc

This patch series try to improve the current route based
lwtunnel support in iproute2, namely adding support for the
COLLECT_METADATA flag in vxlan and gre link, and for ip6
encap type in lwtunnel.

Tunnel devices need to have the COLLECT_METADATA flag
set in order to be used for route based lwtunnel.

Changes from V1:
- the COLLECT_METADATA flag is now controlled via the 'external' keyword
- 'vni' and 'external' arguments are mutually exclusive for the vxlan link

Changes from V2:
- rebased

Paolo Abeni (3):
  vxlan: add support for collect metadata flag
  gre: add support for collect metadata flag
  lwtunnel: implement support for ip6 encap

 ip/iplink_vxlan.c     | 19 +++++++++--
 ip/iproute_lwtunnel.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 ip/link_gre.c         | 11 ++++++
 3 files changed, 119 insertions(+), 3 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2015-12-18 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18  9:50 [PATCH iproute2 v3 0/3] improve lwtunnel route support Paolo Abeni
2015-12-18  9:50 ` [PATCH iproute2 v3 1/3] vxlan: add support for collect metadata flag Paolo Abeni
2015-12-18  9:50 ` [PATCH iproute2 v3 2/3] gre: " Paolo Abeni
2015-12-18  9:50 ` [PATCH iproute2 v3 3/3] lwtunnel: implement support for ip6 encap Paolo Abeni
2015-12-18 19:43 ` [PATCH iproute2 v3 0/3] improve lwtunnel route support Stephen Hemminger

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).