X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.def;h=c74980ba8e892e12575ca2e77be49d4508e33937;hb=a7349929fb86d41f2e2ef77395e33b21f9457d48;hp=c5d883d6705384471dca86939da28b783dd42f2d;hpb=e23ae585275dfa76de50b698754b2066cc944e01;p=sliver-openvswitch.git diff --git a/lib/ofp-util.def b/lib/ofp-util.def index c5d883d67..c74980ba8 100644 --- a/lib/ofp-util.def +++ b/lib/ofp-util.def @@ -34,4 +34,9 @@ NXAST_ACTION(NXAST_BUNDLE, nx_action_bundle, 1, "bundle") NXAST_ACTION(NXAST_BUNDLE_LOAD, nx_action_bundle, 1, "bundle_load") NXAST_ACTION(NXAST_RESUBMIT_TABLE, nx_action_resubmit, 0, NULL) NXAST_ACTION(NXAST_OUTPUT_REG, nx_action_output_reg, 0, NULL) +NXAST_ACTION(NXAST_LEARN, nx_action_learn, 1, "learn") +NXAST_ACTION(NXAST_EXIT, nx_action_header, 0, "exit") +NXAST_ACTION(NXAST_DEC_TTL, nx_action_header, 0, "dec_ttl") +NXAST_ACTION(NXAST_FIN_TIMEOUT, nx_action_fin_timeout, 0, "fin_timeout") +NXAST_ACTION(NXAST_CONTROLLER, nx_action_controller, 0, "controller") #undef NXAST_ACTION