From f471bca43f311891823d930e29ad34d18e05e951 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 5 Jul 2012 12:53:37 +0900 Subject: [PATCH] openflow-1.2: correct action number The number 13, 14 aren't used. Signed-off-by: Isaku Yamahata Signed-off-by: Ben Pfaff --- include/openflow/openflow-1.2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow/openflow-1.2.h b/include/openflow/openflow-1.2.h index bb55881a6..58093a84b 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 */ -- 2.43.0