diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:04:23 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:04:23 -0700 | 
| commit | 5cbea2885debe7547cf266d09df48ed3b4729aea (patch) | |
| tree | 6abf93a77ccbc04262ce107388a6acb04f192f22 /bgpd/bgp_community.h | |
| parent | 0a56c84405d1201f5622add17d24ebc48f0e027c (diff) | |
set community delete stops as soon as it hits a community-list entry with a deny
Diffstat (limited to 'bgpd/bgp_community.h')
| -rw-r--r-- | bgpd/bgp_community.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_community.h b/bgpd/bgp_community.h index 9e483770e9..c73dab3045 100644 --- a/bgpd/bgp_community.h +++ b/bgpd/bgp_community.h @@ -70,5 +70,6 @@ extern int community_include (struct community *, u_int32_t);  extern void community_del_val (struct community *, u_int32_t *);  extern unsigned long community_count (void);  extern struct hash *community_hash (void); +extern u_int32_t community_val_get (struct community *com, int i);  #endif /* _QUAGGA_BGP_COMMUNITY_H */  | 
