diff mbox

[PATCH/RFC,iproute2/net-next,v2,1/2] tc: flower: update headers for TCA_FLOWER_META_TRUNCATED

Message ID 1493988685-7891-2-git-send-email-simon.horman@netronome.com
State RFC, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Simon Horman May 5, 2017, 12:51 p.m. UTC
This change is proposed for net-next.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
---
 include/linux/pkt_cls.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h
index f1129e383b2a..dfbd5137e275 100644
--- a/include/linux/pkt_cls.h
+++ b/include/linux/pkt_cls.h
@@ -437,6 +437,8 @@  enum {
 	TCA_FLOWER_KEY_MPLS_TC,		/* u8 - 3 bits */
 	TCA_FLOWER_KEY_MPLS_LABEL,	/* be32 - 20 bits */
 
+	TCA_FLOWER_META_TRUNCATED,	/* u32 */
+
 	__TCA_FLOWER_MAX,
 };