aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
AgeCommit message (Expand)Author
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
2011-06-14ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.Ben Pfaff
2011-06-14ofproto: Better abstract aggregate stats encoding and decoding.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-14nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.Ben Pfaff
2011-06-14openflow: Merge ofp_stats_request and ofp_stats_reply.Ben Pfaff
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-04Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-04-18Avoid warnings about comparisons that are always true.Ben Pfaff
2011-04-18Fix calls to ctype functions.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-03-16ofp-util: New function ofputil_decode_flow_stats_reply().Ben Pfaff
2011-03-16ofp-print: Consistently print priority only if it is not default.Ben Pfaff
2011-03-14ofp-print: Omit timestamp when printing packets in ofp_packet_to_string().Ben Pfaff
2011-02-24ofp-print: Don't print priority for flow stats requests.Ben Pfaff
2011-02-22util: Don't read over 'size - 1' bytes of source string in ovs_strlcpy().Ben Pfaff
2011-02-05openflow: Use types and accessors for half-aligned 64-bit fields.Ben Pfaff
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-01-12ofp-print: Insert missing whitespace.Ben Pfaff
2011-01-12ofp-print: Print fragment handling in OpenFlow switch config messages.Ben Pfaff
2011-01-12Automatically extract error types and codes for formatting.Ben Pfaff
2010-12-17Implement a new Nicira extension action for multipath link selection.Ben Pfaff
2010-12-15ofp-print: Improve formatting for bad OpenFlow messages.Ben Pfaff
2010-12-15ofp-print: Always print priority exactly once.Ben Pfaff