]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
update to current net-next headers
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 27 May 2017 00:11:02 +0000 (17:11 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 27 May 2017 00:11:02 +0000 (17:11 -0700)
include/linux/pkt_cls.h
include/linux/rtnetlink.h

index d613be3b3239e476d728ffa323347ef42e97eaec..1b9aa9e6b4fd0289436fd6a4288f8d5f9d2121c4 100644 (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 {
index a96db837e049680582c62b79c01041f44244b38c..70c575002bb90131e8c7bf4b0302048c6a965367 100644 (file)
@@ -549,6 +549,7 @@ enum {
        TCA_STAB,
        TCA_PAD,
        TCA_DUMP_INVISIBLE,
+       TCA_CHAIN,
        __TCA_MAX
 };