projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c86a7
)
nicira-ext: Fix incorrect comment in autopath definition.
author
Ethan Jackson
<ethan@nicira.com>
Tue, 14 Jun 2011 21:38:16 +0000
(14:38 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Wed, 15 Jun 2011 20:16:40 +0000
(13:16 -0700)
include/openflow/nicira-ext.h
patch
|
blob
|
history
diff --git
a/include/openflow/nicira-ext.h
b/include/openflow/nicira-ext.h
index da80ad91a9d663223b059227029627737a97cb6e..d73f3ba82a58b2b4682b139b909d60e28bf3491d 100644
(file)
--- a/
include/openflow/nicira-ext.h
+++ b/
include/openflow/nicira-ext.h
@@
-655,7
+655,7
@@
struct nx_action_autopath {
ovs_be16 type; /* OFPAT_VENDOR. */
ovs_be16 len; /* Length is 20. */
ovs_be32 vendor; /* NX_VENDOR_ID. */
- ovs_be16 subtype; /* NXAST_
MULTI
PATH. */
+ ovs_be16 subtype; /* NXAST_
AUTO
PATH. */
/* Where to store the result. */
ovs_be16 ofs_nbits; /* (ofs << 6) | (n_bits - 1). */