Browse Source

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>
Roi Dayan 8 years ago
parent
commit
faa1fa54fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/uapi/linux/tc_act/Kbuild

+ 1 - 0
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