Thomas Gleixner | c942299 | 2019-05-29 07:12:43 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Jesse Gross | ccb1352 | 2011-10-25 19:26:31 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2007-2011 Nicira Networks. |
Jesse Gross | ccb1352 | 2011-10-25 19:26:31 -0700 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _LINUX_OPENVSWITCH_H |
| 7 | #define _LINUX_OPENVSWITCH_H 1 |
| 8 | |
Thomas Graf | 22e3880 | 2013-03-29 14:46:52 +0100 | [diff] [blame] | 9 | #include <uapi/linux/openvswitch.h> |
Jesse Gross | ccb1352 | 2011-10-25 19:26:31 -0700 | [diff] [blame] | 10 | |
Yifeng Sun | b233504 | 2018-07-02 08:18:03 -0700 | [diff] [blame] | 11 | #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 Gross | ccb1352 | 2011-10-25 19:26:31 -0700 | [diff] [blame] | 16 | #endif /* _LINUX_OPENVSWITCH_H */ |