nicira-ext: New action "exit".
authorEthan Jackson <ethan@nicira.com>
Fri, 28 Oct 2011 21:46:42 +0000 (14:46 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 29 Oct 2011 01:16:40 +0000 (18:16 -0700)
commit848e88098fec85336b89c0c652c1d91577c87b11
tree8010a3786111564cbfd3aa57ff0167b68012773a
parentdb968317f3ab4c44dedd9a125333edaed1924de2
nicira-ext: New action "exit".

The exit action causes the switch to immediately halt processing of
further actions. It's intended to be used in conjunction with
multi table support.  It allows a table to force tables which call
it to discontinue processing a flow.
include/openflow/nicira-ext.h
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.def
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in