David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2007-2011 Nicira Networks. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _LINUX_OPENVSWITCH_H |
| 7 | #define _LINUX_OPENVSWITCH_H 1 |
| 8 | |
| 9 | #include <uapi/linux/openvswitch.h> |
| 10 | |
| 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 | |
| 16 | #endif /* _LINUX_OPENVSWITCH_H */ |