mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
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.
This commit is contained in:
@@ -360,6 +360,9 @@ parse_named_action(enum ofputil_action_code code, const struct flow *flow,
|
||||
case OFPUTIL_NXAST_LEARN:
|
||||
learn_parse(b, arg, flow);
|
||||
break;
|
||||
case OFPUTIL_NXAST_EXIT:
|
||||
ofputil_put_NXAST_EXIT(b);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user