From: David Ahern Date: Wed, 14 Mar 2018 00:59:59 +0000 (-0700) Subject: Update kernel headers X-Git-Tag: v4.17.0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de0a06b346e92c0fbb5bff4fbe7de31a0195497;p=thirdparty%2Fiproute2.git Update kernel headers Update kernel headers to commit a870a02cc963 ("pktgen: use dynamic allocation for debug print buffer") Signed-off-by: David Ahern --- diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index 7cafb26df..be05e66c1 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -475,6 +475,7 @@ enum { enum { TCA_FLOWER_KEY_FLAGS_IS_FRAGMENT = (1 << 0), + TCA_FLOWER_KEY_FLAGS_FRAG_IS_FIRST = (1 << 1), }; /* Match-all classifier */