summaryrefslogtreecommitdiff
path: root/build-aux/extract-ofp-errors
Commit message (Expand)AuthorAgeFilesLines
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-1/+1
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-2/+1
* extract-ofp-errors: Fix undefined behavior shifting 'int' 16 places left.Ben Pfaff2018-07-051-2/+2
* extract-ofp-errors: Minor improvements.Ben Pfaff2018-02-131-2/+2
* Python3 compatibility: iteritems to itemsJason Wessel2017-07-061-1/+1
* Python3 compatibility: Convert print statementsJason Wessel2017-07-061-1/+1
* extract-ofp-errors: Avoid unintentional sign extension in generated code.Ben Pfaff2017-06-011-2/+4
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-1/+2
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-errors: Fix bugs in treatment of OpenFlow experimenter errors.Ben Pfaff2014-09-041-6/+24
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-1/+2
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-1/+2
* build-aux/extract-ofp-errors: Delete trailing whitespacesAlex Wang2013-06-251-1/+1
* ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.Ben Pfaff2013-06-251-129/+192
* extract-ofp-errors: Remove support for hexadecimal error types.Ben Pfaff2013-06-121-7/+3
* extract-ofp-errors: Make Python 3 compatible.Damien Millescamps2013-03-221-21/+21
* ofp-errors: Remove OFPERR_* values for error categories.Jarno Rajahalme2012-12-041-21/+1
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-7/+14
* extract-ofp-errors: Check that error codes are in the expected ranges.Ben Pfaff2012-09-051-0/+5
* ofp-errors: Ignore text enclosed in square bracketsSimon Horman2012-09-051-1/+1
* ofp-error: Remove ofperr_domain from external APISimon Horman2012-08-061-1/+1
* ofp-actions: Add decoding and encoding OF1.1 instructions and actions.Ben Pfaff2012-07-031-0/+1
* Add error codes for Open Flow v1.2Simon Horman2012-03-271-18/+74
* ofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".Ben Pfaff2012-03-271-7/+8
* extract-ofp-errors: Fix error message.Ben Pfaff2012-03-271-1/+1
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-75/+168
* Automatically extract error types and codes for formatting.Ben Pfaff2011-01-121-0/+225