From: Ethan Jackson Date: Tue, 14 Jun 2011 21:38:16 +0000 (-0700) Subject: nicira-ext: Fix incorrect comment in autopath definition. X-Git-Tag: v1.2.0~183 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=eac7014f22586362ae560fca87080e4d8dc004ac;p=sliver-openvswitch.git nicira-ext: Fix incorrect comment in autopath definition. --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index da80ad91a..d73f3ba82 100644 --- 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_MULTIPATH. */ + ovs_be16 subtype; /* NXAST_AUTOPATH. */ /* Where to store the result. */ ovs_be16 ofs_nbits; /* (ofs << 6) | (n_bits - 1). */