diff options
Diffstat (limited to 'lib/routemap.h')
| -rw-r--r-- | lib/routemap.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/routemap.h b/lib/routemap.h index 8dcc17ecc3..1c02348313 100644 --- a/lib/routemap.h +++ b/lib/routemap.h @@ -310,6 +310,7 @@ DECLARE_QOBJ_TYPE(route_map);  	(strmatch(C, "frr-bgp-route-map:ip-route-source"))  #define IS_MATCH_ROUTE_SRC_PL(C)                                               \  	(strmatch(C, "frr-bgp-route-map:ip-route-source-prefix-list")) +#define IS_MATCH_COMMUNITY_LIMIT(C) (strmatch(C, "frr-bgp-route-map:match-community-limit"))  #define IS_MATCH_COMMUNITY(C)                                                  \  	(strmatch(C, "frr-bgp-route-map:match-community"))  #define IS_MATCH_LCOMMUNITY(C)                                                 \  | 
