aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
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
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ofp-print: Fix compiler warning.Ethan Jackson
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-08ofp-print: Fix up doubled "break;".Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-07ofp-print: Merge two cases in ofp_to_string__().Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson
2012-01-10ofputil: New function ofputil_decode_packet_in().Ethan Jackson
2012-01-10ofp-print: Print checksum in ofp_packet_to_string().Ethan Jackson
2012-01-10ofp-print: Remove tcpdump from ofp_packet_to_string().Ethan Jackson
2012-01-10ofp-print: Remove vestigial 'total_len' argument.Ethan Jackson
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27ofp-print: Pretty-print payloads in all error messages, except "hello"s.Ben Pfaff
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-09-22ofp-print: Avoid double space before "actions" for catch-all flows.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13ofp-util: New functions for parsing and formatting OpenFlow port numbers.Ben Pfaff
2011-08-15ofp-print: Add missing "break".Ben Pfaff
2011-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-07-26ofp-print: Make port "config" and "state" output easier to read.Ben Pfaff
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-06-30ofp-util: Centralize decoding of OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff
2011-06-30classifier: Print ARP opcode as "arp_op" instead of "opcode".Ben Pfaff