aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
AgeCommit message (Expand)Author
2013-01-16Remove useless use of <assert.h>.Ben Pfaff
2012-12-28Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme
2012-11-29ofp-util: New functions for converting protocols to and from versions.Ben Pfaff
2012-11-29ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff
2012-11-29ofp-util: Style fixes.Ben Pfaff
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-19vswitchd: Configuration of allowed OpenFlow versionsSimon Horman
2012-11-19connmgr: Use version of underlying rconnBen Pfaff
2012-11-16ofp-util: Allow use of OpenFlow 12 flow formatBen Pfaff
2012-11-16ofp-util: Rename OFPUTIL_P_* constants and update comments for clarity.Ben Pfaff
2012-11-04ofp-util: Add version bitmap support to hello messages.Simon Horman
2012-11-04ofp-util: Add functions to support version number bitmaps.Simon Horman
2012-10-18ofp-actions: Implement writing to metadata fieldJoe Stringer
2012-10-18ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff
2012-10-12ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman
2012-10-10ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman
2012-10-04ofp-util: Set Packet In Format: Use prevailing OpenFlow versionSimon Horman
2012-10-01ofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove MessagesSimon Horman
2012-09-26ofp-actions: Allow OF1.1+ actions to be variable-length.Ben Pfaff
2012-09-26ofp-actions: Prepare to treat OF1.2 actions as OF1.1 actions.Ben Pfaff
2012-09-20ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff
2012-09-13ofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table Statistics Request Mess...Simon Horman
2012-09-04lib/ofp-util: preparation for OF12 of ofp-utilSimon Horman
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-08-09Add support for 'hard_timeout' in OF1.2 flow_removed message.Ben Pfaff
2012-08-08ofp-util: Prepare Packet Out encoder for other Open Flow versionsSimon Horman
2012-08-08ofp-util: Allow encoding of Open Flow 1.2 Packet In MessagesSimon Horman
2012-08-08ofp-util: ofputil_pull_ofp11_match: Allow OXM matchSimon Horman
2012-08-07learning-switch: Don't use exact-match on every field by default.Ben Pfaff
2012-08-06ofp-util: Make make_echo_request() aware of different OpenFlow versions.Simon Horman
2012-08-06ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier Request MessagesSimon Horman
2012-07-30ofp-util: Update Capabilities for Open Flow 1.2Simon Horman
2012-07-30openflow: Add enum ofp_versionSimon Horman
2012-07-30ofp-util: Work on decoding OF1.1 flow_mods.Ben Pfaff
2012-07-30ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff
2012-07-22ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12Simon Horman
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-07-12ofp-util: Make put_stats__() public as ofputil_put_stats_header().Ben Pfaff
2012-07-03ofp-actions: Add decoding and encoding OF1.1 instructions and actions.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-07-03ofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_action_code.Ben Pfaff
2012-06-12ofp-util: Improve return type of ofputil_decode_packet_in().Ben Pfaff
2012-06-12ofp-util: Remove unused functions make_add_simple_flow(), make_del_flow().Ben Pfaff
2012-06-12ofp-util: Implement translation to and from OpenFlow 1.1 ofp_match.Ben Pfaff
2012-06-12openflow-1.0: Rename ofp_match to ofp10_match, OFPFW_* to OFPFW10_*.Ben Pfaff
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-08ofp-util: Add ofputil_switch_features_ports_trunc function.Justin Pettit
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-07ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff