X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.def;h=d05ec9dc2bbec6c3a9249975a46bc3a763224880;hb=f0fd1a1772665ea57662281d9cccadb0f0146196;hp=2958eb6ed1110b3cd98fa81764f1717af77cee6c;hpb=444cacf4a7017a2b78418b7d12cd2f0a1e0dbb85;p=sliver-openvswitch.git diff --git a/lib/ofp-util.def b/lib/ofp-util.def index 2958eb6ed..d05ec9dc2 100644 --- a/lib/ofp-util.def +++ b/lib/ofp-util.def @@ -36,4 +36,5 @@ 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") #undef NXAST_ACTION