Skip to content

Commit

Permalink
datapath: Fix missing "_ATTR" docstrings from some actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
  • Loading branch information
justinpettit committed Jun 28, 2017
1 parent 4d6f69d commit 94eb869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datapath/linux/compat/include/linux/openvswitch.h
Expand Up @@ -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
Expand Down

0 comments on commit 94eb869

Please sign in to comment.