From: Ben Pfaff Date: Wed, 7 Dec 2011 06:15:14 +0000 (-0800) Subject: nicira-ext: Improve comment. X-Git-Tag: sliver-openvswitch-0.1-1~585 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=799d2bfaad0afb53131f8071281c9018a74fa35f;p=sliver-openvswitch.git nicira-ext: Improve comment. --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 06b9035ab..f449329f7 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -978,7 +978,7 @@ struct nx_action_bundle { ovs_be16 type; /* OFPAT_VENDOR. */ ovs_be16 len; /* Length including slaves. */ ovs_be32 vendor; /* NX_VENDOR_ID. */ - ovs_be16 subtype; /* NXAST_BUNDLE. */ + ovs_be16 subtype; /* NXAST_BUNDLE or NXAST_BUNDLE_LOAD. */ /* Slave choice algorithm to apply to hash value. */ ovs_be16 algorithm; /* One of NX_BD_ALG_*. */