diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-14 02:20:04 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-03 23:36:31 +0300 | 
| commit | 1ca2fd11754846ec134b63d6de2ef96998dace5d (patch) | |
| tree | 70c674864207cb3b60479782503864199e27e5dd /bgpd/bgp_vty.h | |
| parent | 5bbc8de1b0be04c7af8b545a672342bcccd4665b (diff) | |
Revert "bgpd: convert global config to transactional cli"
This reverts commit ff8a8a7ac10b3211d5586c29dfcc5a3b32841029.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'bgpd/bgp_vty.h')
| -rw-r--r-- | bgpd/bgp_vty.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index ddb20c2753..93026c663a 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h @@ -187,12 +187,5 @@ int bgp_vty_find_and_parse_bgp(struct vty *vty, struct cmd_token **argv,  extern int bgp_show_summary_vty(struct vty *vty, const char *name, afi_t afi,  				safi_t safi, const char *neighbor, int as_type,  				as_t as, uint16_t show_flags); -extern int bgp_clear_star_soft_in(const char *name, char *errmsg, -				  size_t errmsg_len); -extern int bgp_clear_star_soft_out(const char *name, char *errmsg, -				   size_t errmsg_len); -int bgp_wpkt_quanta_config_vty(struct bgp *bgp, uint32_t quanta, bool set); -int bgp_rpkt_quanta_config_vty(struct bgp *bgp, uint32_t quanta, bool set); -  #endif /* _QUAGGA_BGP_VTY_H */  | 
