From: Roi Dayan Date: Sun, 27 Nov 2016 10:14:49 +0000 (+0200) Subject: net/sched: Export tc_tunnel_key so its UAPI accessible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=faa1fa54fd25a59a6c4b731ac652a2b7cd21ace8;p=linux.git 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 Reviewed-by: Amir Vadai Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/tc_act/Kbuild b/include/uapi/linux/tc_act/Kbuild index e3969bd939e41..9611c7b6c18f1 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