From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roi Dayan Subject: [PATCH net] net/sched: Export tc_tunnel_key so its UAPI accessible Date: Sun, 27 Nov 2016 12:14:49 +0200 Message-ID: <1480241689-51131-1-git-send-email-roid@mellanox.com> Cc: netdev@vger.kernel.org, Amir Vadai , Roi Dayan To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:55289 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753467AbcK0KPI (ORCPT ); Sun, 27 Nov 2016 05:15:08 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Export tc_tunnel_key so it can be used from user space. Signed-off-by: Roi Dayan Reviewed-by: Amir Vadai --- Hi, I previously sent the patch targeted for net-next but should be for net. Thanks, Roi include/uapi/linux/tc_act/Kbuild | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4