blob: 3b037bab32b093e542c88bb245fb8c8fe30e9e4d [file] [log] [blame]
Thomas Gleixnerc9422992019-05-29 07:12:43 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Jesse Grossccb13522011-10-25 19:26:31 -07002/*
3 * Copyright (c) 2007-2011 Nicira Networks.
Jesse Grossccb13522011-10-25 19:26:31 -07004 */
5
6#ifndef _LINUX_OPENVSWITCH_H
7#define _LINUX_OPENVSWITCH_H 1
8
Thomas Graf22e38802013-03-29 14:46:52 +01009#include <uapi/linux/openvswitch.h>
Jesse Grossccb13522011-10-25 19:26:31 -070010
Yifeng Sunb2335042018-07-02 08:18:03 -070011#define OVS_CLONE_ATTR_EXEC 0 /* Specify an u32 value. When nonzero,
12 * actions in clone will not change flow
13 * keys. False otherwise.
14 */
15
Jesse Grossccb13522011-10-25 19:26:31 -070016#endif /* _LINUX_OPENVSWITCH_H */