diff options
author | paul <paul> | 2003-01-17 13:20:40 +0000 |
---|---|---|
committer | paul <paul> | 2003-01-17 13:20:40 +0000 |
commit | f2298cf6e89f2f2958282f45a523fe47a6fac369 (patch) | |
tree | 22e9066166c9ef5c1d0f1d839d4d9f5904466b83 /bgpd/bgp_clist.h | |
parent | 0f0c3059be0fc711fb5b98d3d9c0d6dcd84c3992 (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 *, |