Following patch series adds support for setting packet mark for tunnel traffic. This allows better integration with linux networking stack.
v1-v2: Fixed patch 1 an 3 according to comments from Jarno. Pravin B Shelar (3): tunnel: Add support to configure ptk_mark routing-table: parse skb-mark from RTNETLINK msg ovs-router: introduce pkt-mark. NEWS | 2 + lib/netdev-vport.c | 11 +++- lib/netdev.h | 2 + lib/ovs-router.c | 125 ++++++++++++++++++++++++++++++------------- lib/ovs-router.h | 6 ++- lib/route-table.c | 8 ++- ofproto/ofproto-dpif-sflow.c | 5 +- ofproto/ofproto-dpif-xlate.c | 2 +- ofproto/tunnel.c | 5 ++ tests/ovs-router.at | 42 +++++++++++++++ tests/tunnel-push-pop.at | 19 +++++++ vswitchd/vswitch.xml | 6 +++ 12 files changed, 191 insertions(+), 42 deletions(-) -- 2.9.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
