summaryrefslogtreecommitdiff
path: root/build-aux/extract-ofp-msgs
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
* Python3 compatibility: Convert print statementsJason Wessel2017-07-061-3/+3
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-1/+2
* ofp-msgs: Add support for ONF extension messages.Ben Pfaff2016-02-191-1/+1
* ofp-msgs: Add function ofptype_get_name().Ben Pfaff2015-07-061-0/+9
* extract-ofp-msgs: Correct some user messages.Ben Pfaff2014-09-291-2/+2
* extract-ofp-msg: Add ONF extension supportSimon Horman2014-06-131-0/+17
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-28/+25
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-141-0/+1
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-4/+4
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+3
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-0/+1
* ofp-msgs: Accept all versions of OpenFlow "hello" messages.Ben Pfaff2012-11-091-2/+3
* ofp-msgs: Allow 1.0-1.2 rangeSimon Horman2012-08-101-1/+2
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-0/+351