[ovs-dev] [PATCH 2/2] nicira-ext: Fix incorrect comment in autopath definition.

Ethan Jackson ethan at nicira.com
Tue Jun 14 21:41:09 UTC 2011


---
 include/openflow/nicira-ext.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
index ef4fca2..3df425c 100644
--- a/include/openflow/nicira-ext.h
+++ b/include/openflow/nicira-ext.h
@@ -658,7 +658,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_MULTIPATH. */
+    ovs_be16 subtype;           /* NXAST_AUTOPATH. */
 
     /* Where to store the result. */
     ovs_be16 ofs_nbits;         /* (ofs << 6) | (n_bits - 1). */
-- 
1.7.5.2




More information about the dev mailing list