diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2015-01-10 10:31:13 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-12 16:47:04 -0500 |
commit | 35a27cee321e7c4e7cba3550b2f48c2ca44d8a72 (patch) | |
tree | 1dd6756c2ddbab72012308dd802e7c6e0a354bbd /include/uapi/linux | |
parent | bdced7ef7838c1c4aebe9f295e44b7f0dcae2109 (diff) |
rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSED
This filter is same as RTEXT_FILTER_BRVLAN except that it tries
to compress the consecutive vlans into ranges.
This helps on systems with large number of configured vlans.
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r-- | include/uapi/linux/rtnetlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h index d81f22d5b390..a1d18593f41e 100644 --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h | |||
@@ -636,6 +636,7 @@ struct tcamsg { | |||
636 | /* New extended info filters for IFLA_EXT_MASK */ | 636 | /* New extended info filters for IFLA_EXT_MASK */ |
637 | #define RTEXT_FILTER_VF (1 << 0) | 637 | #define RTEXT_FILTER_VF (1 << 0) |
638 | #define RTEXT_FILTER_BRVLAN (1 << 1) | 638 | #define RTEXT_FILTER_BRVLAN (1 << 1) |
639 | #define RTEXT_FILTER_BRVLAN_COMPRESSED (1 << 2) | ||
639 | 640 | ||
640 | /* End of information exported to user level */ | 641 | /* End of information exported to user level */ |
641 | 642 | ||