]> git.proxmox.com Git - ovs.git/commitdiff
datapath: Fix missing "_ATTR" docstrings from some actions.
authorJustin Pettit <jpettit@ovn.org>
Thu, 13 Apr 2017 00:53:34 +0000 (17:53 -0700)
committerJustin Pettit <jpettit@ovn.org>
Wed, 28 Jun 2017 17:29:33 +0000 (10:29 -0700)
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
datapath/linux/compat/include/linux/openvswitch.h

index 3f2970f314c956a8929ad0a37b29f8e261d86a38..91d31401ae717dc0d83f7efccda6752267cb14e3 100644 (file)
@@ -841,8 +841,8 @@ enum ovs_nat_attr {
  * is copied from the value to the packet header field, rest of the bits are
  * left unchanged.  The non-masked value bits must be passed in as zeroes.
  * Masking is not supported for the %OVS_KEY_ATTR_TUNNEL attribute.
- * @OVS_ACTION_RECIRC: Recirculate within the data path.
- * @OVS_ACTION_HASH: Compute and set flow hash value.
+ * @OVS_ACTION_ATTR_RECIRC: Recirculate within the data path.
+ * @OVS_ACTION_ATTR_HASH: Compute and set flow hash value.
  * @OVS_ACTION_ATTR_PUSH_MPLS: Push a new MPLS label stack entry onto the
  * top of the packets MPLS label stack.  Set the ethertype of the
  * encapsulating frame to either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC to