diff options
author | Roi Dayan <roid@mellanox.com> | 2016-11-27 10:14:49 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-28 18:48:54 (GMT) |
commit | faa1fa54fd25a59a6c4b731ac652a2b7cd21ace8 (patch) | |
tree | beeb1c48828eeea3519034ac30d1a23645603eaa | |
parent | 91eefaabf102c539e6f5531e9a1e5ed46d2b41ca (diff) | |
download | linux-faa1fa54fd25a59a6c4b731ac652a2b7cd21ace8.tar.xz |
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>
-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 e3969bd..9611c7b 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 |