update to current net-next headers

This commit is contained in:
Stephen Hemminger 2017-05-26 17:11:02 -07:00
parent d19f72f789
commit d4473c0257
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ enum {
(((combined) & (~TC_ACT_EXT_VAL_MASK)) == opcode)
#define TC_ACT_JUMP __TC_ACT_EXT(1)
#define TC_ACT_GOTO_CHAIN __TC_ACT_EXT(2)
/* Action type identifiers*/
enum {

View File

@ -549,6 +549,7 @@ enum {
TCA_STAB,
TCA_PAD,
TCA_DUMP_INVISIBLE,
TCA_CHAIN,
__TCA_MAX
};