projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01c980
)
openflow-1.2: correct action number
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Thu, 5 Jul 2012 03:53:37 +0000
(12:53 +0900)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 5 Jul 2012 05:13:52 +0000
(22:13 -0700)
The number 13, 14 aren't used.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-1.2.h
patch
|
blob
|
history
diff --git
a/include/openflow/openflow-1.2.h
b/include/openflow/openflow-1.2.h
index bb55881a665d93077a8fbca7eaab4f5f44db8fef..58093a84b6beaacb0e3d2e489f8af65272ea9e93 100644
(file)
--- 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 */