X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bgpd%2Fbgp_clist.h;h=9efb34d7b92d980486ce0b91b9c34545da24e1f9;hb=2569910bb6e5c00ececc60ed15b182e14a88cb9d;hp=0dbde2a45378ccca7c2f925617501d0470ddb880;hpb=d7c0a89a3a5697783a6dd89333ab660074790890;p=mirror_frr.git diff --git a/bgpd/bgp_clist.h b/bgpd/bgp_clist.h index 0dbde2a45..9efb34d7b 100644 --- a/bgpd/bgp_clist.h +++ b/bgpd/bgp_clist.h @@ -133,13 +133,13 @@ extern int community_list_set(struct community_list_handler *ch, int style); extern int community_list_unset(struct community_list_handler *ch, const char *name, const char *str, int direct, - int style, int delete_all); + int style); extern int extcommunity_list_set(struct community_list_handler *ch, const char *name, const char *str, int direct, int style); extern int extcommunity_list_unset(struct community_list_handler *ch, const char *name, const char *str, - int direct, int style, int delete_all); + int direct, int style); extern int lcommunity_list_set(struct community_list_handler *ch, const char *name, const char *str, int direct, int style);