Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tc: export tc_defact.h to userspace

Jamal sent patch to add tc user simple actions to iproute2
but required header was not being exported.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

stephen hemminger and committed by
David S. Miller
5bc3db5c 5843ef42

+2 -1
+1 -1
include/linux/tc_act/tc_defact.h include/uapi/linux/tc_act/tc_defact.h
··· 6 6 struct tc_defact { 7 7 tc_gen; 8 8 }; 9 - 9 + 10 10 enum { 11 11 TCA_DEF_UNSPEC, 12 12 TCA_DEF_TM,
+1
include/uapi/linux/tc_act/Kbuild
··· 1 1 # UAPI Header export list 2 2 header-y += tc_csum.h 3 + header-y += tc_defact.h 3 4 header-y += tc_gact.h 4 5 header-y += tc_ipt.h 5 6 header-y += tc_mirred.h