Add support for explicitly specifying a "drop" action when adding a flow.
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Apr 2009 00:41:33 +0000 (17:41 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 14 Apr 2009 19:49:10 +0000 (12:49 -0700)
commitf8826ef578229bc910b339ce9e578825f95a7380
tree8818444a991ecc2e24aceed2aa69180a29fb1415
parent82bbde5941fb0a48d63543cfa99a181c2938258c
Add support for explicitly specifying a "drop" action when adding a flow.

When adding a flow entry with dpctl, the user specifies a set of actions
to execute when a match occurs.  If none are specified, then the packet
is implicitly dropped by OpenFlow.  When dumping these flows, the output
of dpctl shows an action of "drop".  However, dpctl did not support
adding a flow with an explicit "drop" action.  This fixes that lack of
symmetry.
utilities/dpctl.8.in
utilities/dpctl.c