diff options
author | Roi Dayan <roid@mellanox.com> | 2016-11-27 12:14:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-28 13:48:54 -0500 |
commit | faa1fa54fd25a59a6c4b731ac652a2b7cd21ace8 (patch) | |
tree | beeb1c48828eeea3519034ac30d1a23645603eaa /include | |
parent | 91eefaabf102c539e6f5531e9a1e5ed46d2b41ca (diff) |
net/sched: Export tc_tunnel_key so its UAPI accessible
Export tc_tunnel_key so it can be used from user space.
Signed-off-by: Roi Dayan <roid@mellanox.com>
Reviewed-by: Amir Vadai <amir@vadai.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/tc_act/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tc_act/Kbuild b/include/uapi/linux/tc_act/Kbuild index e3969bd939e4..9611c7b6c18f 100644 --- a/include/uapi/linux/tc_act/Kbuild +++ b/include/uapi/linux/tc_act/Kbuild @@ -11,3 +11,4 @@ header-y += tc_vlan.h header-y += tc_bpf.h header-y += tc_connmark.h header-y += tc_ife.h +header-y += tc_tunnel_key.h |