diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-11-23 18:05:03 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-11-23 18:05:03 +0000 |
| commit | 813d4307f91165d25588408cc1e8f1f729e3e24e (patch) | |
| tree | f682c55cfd97b89071a2f0be9760b88f2419e2bf /bgpd/bgp_clist.h | |
| parent | 1a1f4efab365954c7b0ab56e974c2d707c0923c5 (diff) | |
Should be able to "no" the full text of any config line
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-5816
Diffstat (limited to 'bgpd/bgp_clist.h')
| -rw-r--r-- | bgpd/bgp_clist.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
