From 813d4307f91165d25588408cc1e8f1f729e3e24e Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Mon, 23 Nov 2015 18:05:03 +0000 Subject: Should be able to "no" the full text of any config line Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-5816 --- bgpd/bgp_clist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bgpd/bgp_clist.h') diff --git a/bgpd/bgp_clist.h b/bgpd/bgp_clist.h index 5dcb3b4c1a..277ab7226c 100644 --- a/bgpd/bgp_clist.h +++ b/bgpd/bgp_clist.h @@ -132,13 +132,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 direct, int style, int delete_all); 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 direct, int style, int delete_all); extern struct community_list_master * community_list_master_lookup (struct community_list_handler *, int); -- cgit v1.2.3