aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
AgeCommit message (Expand)Author
2013-01-15ofp-print.c: Fix remaining port number prints.Jarno Rajahalme
2012-12-28Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-12-10Openflow 1.1 queue set/get config placeholders.Jarno Rajahalme
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-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-04ofp-util: Add version bitmap support to hello messages.Simon Horman
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-12ofp-print: Do not display flow mod cookie if it is UINT64_MAXSimon Horman
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-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-10-01ofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove MessagesSimon 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-17ofp-print: Fix memory leak printing flow stats replies.Ben Pfaff
2012-08-17Do not include zeroed metadata fields in NXM/OXM packet-in messages.Ben Pfaff
2012-08-10ofp-print: Enable display of Open Flow 1.1 & 1.2 Table Stats Reply MessagesSimon Horman
2012-08-09Add support for 'hard_timeout' in OF1.2 flow_removed message.Ben Pfaff
2012-08-06ofp-print: Use the prevailing protocol to call ofputil_decode_flow_mod()Simon Horman
2012-07-30ofp-util: Update Capabilities for Open Flow 1.2Simon Horman
2012-07-30ofproto: As of Open Flow 1.1 switch_features has no capabilities fieldSimon Horman
2012-07-30openflow: Separate OF1.0, OF1.1 flow_mod constants and types.Ben Pfaff
2012-07-30openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.Ben Pfaff
2012-07-30ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff
2012-07-20ofp-print: Print the type of truncated messages, when available.Ben Pfaff
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-07-12Add OFPRR_EVICTION to enum ofp_flow_removed_reason.Ben Pfaff
2012-07-12ofp-print: Slightly extend ofp_print_bit_names().Ben Pfaff
2012-07-12ofp-print: Print out_port field in "flow_mod"s.Ben Pfaff
2012-07-12ovs-ofctl: Add --sort and --rsort options for "dump-flows" command.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-27openflow: Add Open Flow 1.2 to ofp_to_string__()Simon Horman
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
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-14Avoid writes to variables that are never read back.Ben Pfaff
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-05-01ofp-print: Add some more white space to flow dumps.Ben Pfaff
2012-03-30Add some missing Open Flow 1.1 definitionsSimon Horman
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07ofp-print: Print OpenFlow version number of message, unless it's 1.0.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-03-07ofp-print: Remove unused function ofp_message_type_to_string().Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff