This patchset adds a feature to support the calculation of flowlabel in SRv6 tunnels.
v3: * Fix building error (sparse). v2: * Fix building error. Nobuhiro MIKI (2): netdev-native-tnl: Add ipv6_label param in netdev_tnl_ip_build_header. userspace: Add new option srv6_flowlabel in SRv6 tunnel. lib/flow.c | 24 +++++++++++ lib/flow.h | 1 + lib/netdev-native-tnl.c | 34 ++++++++++++--- lib/netdev-native-tnl.h | 2 +- lib/netdev-vport.c | 8 ++++ lib/netdev.h | 12 ++++++ tests/tunnel-push-pop-ipv6.at | 79 +++++++++++++++++++++++++++++++++++ vswitchd/vswitch.xml | 29 +++++++++++++ 8 files changed, 182 insertions(+), 7 deletions(-) -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
