From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 2/3] uapi: export tc_skbmod.h Date: Fri, 2 Dec 2016 14:53:59 -0800 Message-ID: <20161202225400.32751-3-sthemmin@microsoft.com> References: <20161202225400.32751-1-sthemmin@microsoft.com> Cc: netdev@vger.kernel.org, pablo@netfilter.org, jhs@mojatatu.com, Stephen Hemminger To: davem@davemloft.net Return-path: Received: from mail-pg0-f52.google.com ([74.125.83.52]:34017 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752297AbcLBWyF (ORCPT ); Fri, 2 Dec 2016 17:54:05 -0500 Received: by mail-pg0-f52.google.com with SMTP id x23so112140457pgx.1 for ; Fri, 02 Dec 2016 14:54:05 -0800 (PST) In-Reply-To: <20161202225400.32751-1-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: Fixes commit 735cffe5d800 ("net_sched: Introduce skbmod action") Not used by iproute2 but maybe in future. Signed-off-by: Stephen Hemminger --- 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 9611c7b..e3db740 100644 --- a/include/uapi/linux/tc_act/Kbuild +++ b/include/uapi/linux/tc_act/Kbuild @@ -12,3 +12,4 @@ header-y += tc_bpf.h header-y += tc_connmark.h header-y += tc_ife.h header-y += tc_tunnel_key.h +header-y += tc_skbmod.h -- 2.10.2