X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.c;h=36f54ee24c5dfa8536fb0b4dcfae8cb15fe23436;hb=638a19b04578669b5d43cb4d91391a9e1da93dc7;hp=a52a8cffecb47d4bacee8ec660007f4d01539786;hpb=b4af6ceeea7bc757de1e8294036b522e81e3a3fa;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index a52a8cffe..36f54ee24 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -1739,6 +1739,10 @@ do_xlate_actions(const struct ofpact *ofpacts, size_t ofpacts_len, flow->metadata |= metadata->metadata & metadata->mask; break; + case OFPACT_METER: + /* Not implemented yet. */ + break; + case OFPACT_GOTO_TABLE: { /* It is assumed that goto-table is the last action. */ struct ofpact_goto_table *ogt = ofpact_get_GOTO_TABLE(a);