diff options
author | paul <paul> | 2003-01-17 13:20:40 +0000 |
---|---|---|
committer | paul <paul> | 2003-01-17 13:20:40 +0000 |
commit | 47e64cb1fb3ba81f535654fc3bfc9d10c6726d62 (patch) | |
tree | a23914917215395ba4ef5f562146bb16f9380eca /bgpd/bgp_clist.h | |
parent | 01f6e536df19cf94358db09612ba945dbf8833cc (diff) | |
download | quagga-zebra.org.20030117.tar.bz2 quagga-zebra.org.20030117.tar.xz |
Import of Zebra CVS 20020117-13:15zebra.org.20030117
Diffstat (limited to 'bgpd/bgp_clist.h')
-rw-r--r-- | bgpd/bgp_clist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_clist.h b/bgpd/bgp_clist.h index ffc707c2..50b43ab4 100644 --- a/bgpd/bgp_clist.h +++ b/bgpd/bgp_clist.h @@ -137,6 +137,7 @@ struct community_list * community_list_lookup (struct community_list_handler *, char *, int); int community_list_match (struct community *, struct community_list *); +int ecommunity_list_match (struct ecommunity *, struct community_list *); int community_list_exact_match (struct community *, struct community_list *); struct community * community_list_match_delete (struct community *, |