Following patch series adds support for setting packet
mark for tunnel traffic. This allows better integration
with linux networking stack.

Pravin B Shelar (3):
  tunnel: Add support to configure ptk_mark
  routing-table: parse skb-mark from RTNETLINK msg
  ovs-router: introduce pkt-mark.

 lib/netdev-vport.c           |  12 ++-
 lib/netdev.h                 |   1 +
 lib/ovs-router.c             | 192 ++++++++++++++++++++++++++++++++++---------
 lib/ovs-router.h             |   6 +-
 lib/route-table.c            |   8 +-
 ofproto/ofproto-dpif-sflow.c |   2 +-
 ofproto/ofproto-dpif-xlate.c |   2 +-
 ofproto/tunnel.c             |   5 ++
 tests/ovs-router.at          |  22 +++++
 tests/tunnel-push-pop.at     |  19 +++++
 vswitchd/vswitch.xml         |   4 +
 11 files changed, 228 insertions(+), 45 deletions(-)

-- 
2.9.3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to