X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-actions.h;h=5746a5a51ea76667dc9c19d0774281e835fb471b;hb=b676167a6f6f5bad24cf2a198c504d6e1cca080b;hp=c4e1b4a60f39158ca056e4762819a31a779233e6;hpb=67a2f47310dce03f49fa4dbd9daf5b1ae93ccc20;p=sliver-openvswitch.git diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index c4e1b4a60..5746a5a51 100644 --- a/lib/ofp-actions.h +++ b/lib/ofp-actions.h @@ -71,6 +71,7 @@ DEFINE_OFPACT(REG_MOVE, ofpact_reg_move, ofpact) \ DEFINE_OFPACT(REG_LOAD, ofpact_reg_load, ofpact) \ DEFINE_OFPACT(DEC_TTL, ofpact_cnt_ids, cnt_ids) \ + DEFINE_OFPACT(DEC_MPLS_TTL, ofpact_null, ofpact) \ DEFINE_OFPACT(PUSH_MPLS, ofpact_push_mpls, ofpact) \ DEFINE_OFPACT(POP_MPLS, ofpact_pop_mpls, ofpact) \ \