diff options
author | stephen hemminger <stephen@networkplumber.org> | 2016-12-02 14:53:59 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-05 19:43:02 -0500 |
commit | ad558858295726cb876b78d1c39d471372f1901a (patch) | |
tree | ec81d8050d2ebc98cb352bff5bcee8cae2306944 | |
parent | c823abac17926767fb50175e098f087a6ac684c3 (diff) | |
download | linux-ad558858295726cb876b78d1c39d471372f1901a.tar.bz2 |
uapi: export tc_skbmod.h
Fixes commit 735cffe5d800 ("net_sched: Introduce skbmod action")
Not used by iproute2 but maybe in future.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 9611c7b6c18f..e3db7403296f 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 |