]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/openvswitch.h
Merge tag 'for-linus-urgent' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[mirror_ubuntu-jammy-kernel.git] / include / linux / openvswitch.h
CommitLineData
c9422999 1/* SPDX-License-Identifier: GPL-2.0-only */
ccb1352e
JG
2/*
3 * Copyright (c) 2007-2011 Nicira Networks.
ccb1352e
JG
4 */
5
6#ifndef _LINUX_OPENVSWITCH_H
7#define _LINUX_OPENVSWITCH_H 1
8
22e3880a 9#include <uapi/linux/openvswitch.h>
ccb1352e 10
b2335040
YS
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
ccb1352e 16#endif /* _LINUX_OPENVSWITCH_H */