This patch adds support for match and set ICMPv6 "reserved" and "nd options type" fields.
v1->v2: Fixed compiler and sparse warnings. v2->v3: Updated NEWS, simplified miniflow_extract for ICMPv6, updated usage for tcp_flags and igmpgroup_ipv4. Vishal Deep Ajmera (1): Support for match & set ICMPv6 reserved and options type fields NEWS | 2 + build-aux/extract-ofp-fields | 1 + datapath/linux/compat/include/linux/openvswitch.h | 8 ++ include/openvswitch/flow.h | 6 +- include/openvswitch/match.h | 3 + include/openvswitch/meta-flow.h | 28 +++++ lib/flow.c | 58 +++++++++-- lib/match.c | 21 ++++ lib/meta-flow.c | 38 +++++++ lib/meta-flow.xml | 12 +++ lib/nx-match.c | 8 ++ lib/odp-execute.c | 32 ++++++ lib/odp-util.c | 120 +++++++++++++++++++++- lib/packets.c | 33 ++++++ lib/packets.h | 3 + ofproto/ofproto-dpif-sflow.c | 1 + tests/ofproto.at | 4 +- 17 files changed, 364 insertions(+), 14 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
