Skip to content

Commit 5bc3db5

Browse files
shemmingerdavem330
authored andcommitted
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>
1 parent 5843ef4 commit 5bc3db5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/uapi/linux/tc_act/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# UAPI Header export list
22
header-y += tc_csum.h
3+
header-y += tc_defact.h
34
header-y += tc_gact.h
45
header-y += tc_ipt.h
56
header-y += tc_mirred.h
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
struct tc_defact {
77
tc_gen;
88
};
9-
9+
1010
enum {
1111
TCA_DEF_UNSPEC,
1212
TCA_DEF_TM,

0 commit comments

Comments
 (0)