Improve flow handling in dpctl.
[sliver-openvswitch.git] / utilities / dpctl.c
2008-07-01 Justin PettitImprove flow handling in dpctl.
2008-06-13 Ben PfaffBring manpages and usage messages up-to-date.
2008-06-13 Ben PfaffAllow priority to be specified in dpctl del-flows command.
2008-06-13 Ben PfaffMake flow specifications more general in dpctl:
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-29 Ben PfaffRename variables with duplicate names, so as to be...
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-28 Justin PettitBUG #6
2008-04-26 Justin PettitClean-up related to supporting priorities...mostly...
2008-04-26 Justin PettitBUG #5
2008-04-26 Justin PettitPrint the configuration of the switch in addition to...
2008-04-26 Justin PettitAdd support for deleting flow entries with "del-flows...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-26 Justin PettitFix problem where the add_flow command is reading an...
2008-04-16 Justin PettitFix call from vfprintf to fprintf, which could cause...
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
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-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-04 Martin CasadoInitial import