extract-ofp-errors: Check that error codes are in the expected ranges.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Sep 2012 17:18:56 +0000 (10:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 5 Sep 2012 17:19:02 +0000 (10:19 -0700)
commit55c2b94431412e6ffb2010bad230f68373109e07
tree7bb25ebafaf90386c4c20bf808fe6f81eca32905
parent4b83c93f19424c4b7c02c8ce25f2a689fc6a7369
extract-ofp-errors: Check that error codes are in the expected ranges.

All real OpenFlow error codes are small numbers, and for Nicira extensions
we've intentionally chosen large numbers.  This commit adds a check that
standard and extension codes are properly designated in the ofp-errors.h
header.

Signed-off-by: Ben Pfaff <blp@nicira.com>
build-aux/extract-ofp-errors