ofproto-dpif: Remove ovs-appctl dpif/del-flows.
authorEthan Jackson <ethan@nicira.com>
Sat, 7 Dec 2013 23:04:09 +0000 (15:04 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 04:21:11 +0000 (20:21 -0800)
commitac0bdaa33090fd4fef119479166717be7153cdeb
tree582b424daa6dd2e0b1cd74191582ea077d06269a
parentaef0491bc0b977d4777d265e8cb3410de435ed79
ofproto-dpif: Remove ovs-appctl dpif/del-flows.

It's not entirely clear why someone would want to delete the flows
associated with only one bridge and not be fine with simply using
ovs-dpctl del-flows to get all of them.  Additionally, this will be
hard to implement cleanly in the future, so this patch removes it.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at