mirror of
https://github.com/openvswitch/ovs
synced 2025-09-02 23:35:27 +00:00
ofp-actions: Add action "debug_recirc" for testing recirculation.
It isn't otherwise useful and in fact hurts performance so it's disabled without --enable-dummy. An upcoming commit will make use of this. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
@@ -107,6 +107,12 @@
|
||||
OFPACT(SAMPLE, ofpact_sample, ofpact, "sample") \
|
||||
OFPACT(UNROLL_XLATE, ofpact_unroll_xlate, ofpact, "unroll_xlate") \
|
||||
\
|
||||
/* Debugging actions. \
|
||||
* \
|
||||
* These are intentionally undocumented, subject to change, and \
|
||||
* only accepted if ovs-vswitchd is started with --enable-dummy. */ \
|
||||
OFPACT(DEBUG_RECIRC, ofpact_null, ofpact, "debug_recirc") \
|
||||
\
|
||||
/* Instructions. */ \
|
||||
OFPACT(METER, ofpact_meter, ofpact, "meter") \
|
||||
OFPACT(CLEAR_ACTIONS, ofpact_null, ofpact, "clear_actions") \
|
||||
|
Reference in New Issue
Block a user