diff options
author | paul <paul> | 2003-03-01 11:32:28 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-01 11:32:28 +0000 |
commit | 8a3864b2f7268f4016b6cbb81c6e05b10e684140 (patch) | |
tree | c69d48b5776a238c28eeaa0e88e1efe530ab6a92 /bgpd/bgp_clist.c | |
parent | d71717f92ca1892f7b30b553c4ab588e0095c5c7 (diff) | |
download | quagga-8a3864b2f7268f4016b6cbb81c6e05b10e684140.tar.bz2 quagga-8a3864b2f7268f4016b6cbb81c6e05b10e684140.tar.xz |
Import of Zebra CVS 20030301-11:30zebra_org_20030301
Diffstat (limited to 'bgpd/bgp_clist.c')
-rw-r--r-- | bgpd/bgp_clist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_clist.c b/bgpd/bgp_clist.c index 4bf194e3..2e03f48d 100644 --- a/bgpd/bgp_clist.c +++ b/bgpd/bgp_clist.c @@ -269,7 +269,7 @@ community_list_delete (struct community_list *list) community_list_free (list); } -int +int community_list_empty_p (struct community_list *list) { return (list->head == NULL && list->tail == NULL) ? 1 : 0; @@ -514,7 +514,7 @@ community_list_exact_match (struct community *com, struct community_list *list) return 0; } -/* Delete all permitted communities in the list from com1 */ +/* Delete all permitted communities in the list from com. */ struct community * community_list_match_delete (struct community *com, struct community_list *list) |