X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-1.2.h;h=58093a84b6beaacb0e3d2e489f8af65272ea9e93;hb=fd94a42c43ff4a0e57a44bdc9ded1b7e1e63faaa;hp=bb55881a665d93077a8fbca7eaab4f5f44db8fef;hpb=b5ae8913b20df772ee484902c7def3b42b3871f6;p=openvswitch diff --git a/include/openflow/openflow-1.2.h b/include/openflow/openflow-1.2.h index bb55881a..58093a84 100644 --- a/include/openflow/openflow-1.2.h +++ b/include/openflow/openflow-1.2.h @@ -198,7 +198,7 @@ enum ofp12_action_type { to outermost */ OFPAT12_COPY_TTL_IN, /* Copy TTL "inwards" -- from outermost to next-to-outermost */ - OFPAT12_SET_MPLS_TTL, /* MPLS TTL */ + OFPAT12_SET_MPLS_TTL = 15, /* MPLS TTL */ OFPAT12_DEC_MPLS_TTL, /* Decrement MPLS TTL */ OFPAT12_PUSH_VLAN, /* Push a new VLAN tag */ OFPAT12_POP_VLAN, /* Pop the outer VLAN tag */