This builds on Simon Horman's patch "Add error codes for Open Flow v1.2" at http://openvswitch.org/pipermail/dev/2012-March/016069.html but improves on it in a few ways that I have already described in more detail at http://openvswitch.org/pipermail/dev/2012-March/016089.html
Ben Pfaff (3): extract-ofp-errors: Fix error message. ofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+". ofp-errors: Use OF1.1+ in place of OF1.1 throughout. Simon Horman (1): Add error codes for Open Flow v1.2 build-aux/extract-ofp-errors | 99 +++++++++++--- lib/nx-match.c | 16 +- lib/ofp-errors.c | 61 ++++++++- lib/ofp-errors.h | 296 +++++++++++++++++++++++++++-------------- ofproto/ofproto.c | 2 +- tests/automake.mk | 1 + tests/ofp-errors.at | 97 ++++++++++++++ tests/ofp-print.at | 60 +--------- tests/ovs-ofctl.at | 94 +++++++------- tests/testsuite.at | 1 + utilities/ovs-ofctl.c | 29 ++++ 11 files changed, 516 insertions(+), 240 deletions(-) create mode 100644 tests/ofp-errors.at -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev