diff options
author | Roi Dayan <[email protected]> | 2016-11-27 12:14:49 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-11-28 13:48:54 -0500 |
commit | faa1fa54fd25a59a6c4b731ac652a2b7cd21ace8 (patch) | |
tree | beeb1c48828eeea3519034ac30d1a23645603eaa | |
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 <[email protected]>
Reviewed-by: Amir Vadai <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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 |