Improve flow handling in dpctl.
[sliver-openvswitch.git] / lib / ofp-print.c
2008-07-01 Justin PettitImprove flow handling in dpctl.
2008-06-24 Justin PettitAdd printing of all supported action types.
2008-05-28 Ben PfaffPrint actions in ofp_flow_mod messages.
2008-05-28 Ben PfaffPretty-print port numbers when printing ofp_switch_feat...
2008-05-28 Ben PfaffPrint special ports by name in ofp_packet_in messages.
2008-05-28 Ben PfaffPut newline before packet info in ofp_packet_out pretty...
2008-05-28 Ben PfaffPrint more special ports by name in ofp-print.c.
2008-05-20 Justin PettitCleanup extraneous printing of spaces when dumping...
2008-05-08 rootWhen printing flow expired messages, we should end...
2008-05-07 Justin PettitFixed problem where the first line of a stats reply...
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin PettitFix problem displaying duration when printing flow...
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-23 Ben PfaffMark functions not meant to be exported as static.
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Natasha GudeUpdated version references to OFP_VERSION
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffAdd new functions for pretty-printing an OpenFlow messa...
2008-04-01 Ben PfaffGet rid of ip.h, migrating its users to packets.h.
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-04 Martin CasadoInitial import