diff options
| author | 2021-02-16 17:30:20 -0800 | |
|---|---|---|
| committer | 2021-02-16 17:51:13 -0800 | |
| commit | d489ded1a3690d7eca8633575cba3f7dac8484c7 (patch) | |
| tree | 20e739382965ac61d6314e6b0df4cb6acbbbca0e /include/uapi | |
| parent | net: dsa: tag_rtl4_a: Support also egress tags (diff) | |
| parent | net: enetc: fix destroyed phylink dereference during unbind (diff) | |
| download | linux-dev-d489ded1a3690d7eca8633575cba3f7dac8484c7.tar.xz linux-dev-d489ded1a3690d7eca8633575cba3f7dac8484c7.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/pkt_cls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index afe6836e44b1..7ea59cfe1fa7 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -593,6 +593,7 @@ enum { TCA_FLOWER_KEY_CT_FLAGS_TRACKED = 1 << 3, /* Conntrack has occurred. */ TCA_FLOWER_KEY_CT_FLAGS_INVALID = 1 << 4, /* Conntrack is invalid. */ TCA_FLOWER_KEY_CT_FLAGS_REPLY = 1 << 5, /* Packet is in the reply direction. */ + __TCA_FLOWER_KEY_CT_FLAGS_MAX, }; enum { |
