These patches add support for bitwise matching on TCP and UDP ports, which is a useful building block that controllers can use to match on TCP and UDP port ranges.
Ben Pfaff (3): flow: Add a couple of missing build assertions on FLOW_WC_SEQ. nx-match: Factor redundant code out of nx_put_match(). Add support for bitwise matching on TCP and UDP ports. NEWS | 3 + include/openflow/nicira-ext.h | 10 ++- lib/classifier.c | 77 +++++++++++-------- lib/classifier.h | 6 +- lib/flow.c | 44 +++++++---- lib/flow.h | 22 +++--- lib/meta-flow.c | 81 ++++++++++++-------- lib/nx-match.c | 169 ++++++++++++++-------------------------- lib/ofp-util.c | 29 ++++++-- tests/ovs-ofctl.at | 12 +++- tests/test-classifier.c | 14 +++- utilities/ovs-ofctl.8.in | 64 +++++++++++++++- 12 files changed, 319 insertions(+), 212 deletions(-) -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev