diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2016-04-26 11:06:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-26 19:00:49 +0300 |
commit | 9854518ea04db33738602d45ebc96a200e6f5198 (patch) | |
tree | 96d3d6f4024f7a79010bea763f5922315d7bd63f /include/uapi/linux/tc_act/tc_gact.h | |
parent | b676338fb3aab0b63b4a2489feb8f35003db22e8 (diff) | |
download | linux-9854518ea04db33738602d45ebc96a200e6f5198.tar.xz |
sched: align nlattr properly when needed
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/tc_act/tc_gact.h')
-rw-r--r-- | include/uapi/linux/tc_act/tc_gact.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tc_act/tc_gact.h b/include/uapi/linux/tc_act/tc_gact.h index f7bf94eed510..70b536a8f8b2 100644 --- a/include/uapi/linux/tc_act/tc_gact.h +++ b/include/uapi/linux/tc_act/tc_gact.h @@ -25,6 +25,7 @@ enum { TCA_GACT_TM, TCA_GACT_PARMS, TCA_GACT_PROB, + TCA_GACT_PAD, __TCA_GACT_MAX }; #define TCA_GACT_MAX (__TCA_GACT_MAX - 1) |