Add "dp-del-flows" command to dpctl.
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Apr 2009 06:52:57 +0000 (23:52 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 14 Apr 2009 19:49:10 +0000 (12:49 -0700)
commit6c28c31f47436a5c9c0dd4a6d06b630afc5bccff
treece514a488e483243f452272a22c2a0398db65617
parentf8826ef578229bc910b339ce9e578825f95a7380
Add "dp-del-flows" command to dpctl.

Add ability to delete flows from the datapath.  Currently, there is no
way to delete specific flows--it's all or nothing.  By deleting flows
from underneath the process that set them up, some confusion may arise.
For vswitchd, this only amounts to a few warning messages, though.
lib/dpif.c
utilities/dpctl.8.in
utilities/dpctl.c