diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-14 01:11:43 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-03 22:36:30 +0200 |
commit | 585f1adc4fe2fbae69a63e5752f4d276b03a5628 (patch) | |
tree | 997a8ed152d666e17080d89eb804927e6adebb5f /bgpd/bgp_vty.h | |
parent | Revert "bgpd: add match-med nb support in aggregate cmd" (diff) | |
download | frr-585f1adc4fe2fbae69a63e5752f4d276b03a5628.tar.xz frr-585f1adc4fe2fbae69a63e5752f4d276b03a5628.zip |
Revert "bgpd: convert addr-family clis to transactional clis"
This reverts commit 37a87b8f9865fe17a235b9a76a0dc47f03aae3df.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r-- | bgpd/bgp_vty.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index fbf9e7a87..ddb20c275 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h @@ -193,13 +193,6 @@ 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); -extern int bgp_maxpaths_config_vty(struct bgp *bgp, afi_t afi, safi_t safi, - int peer_type, uint16_t maxpaths, - uint16_t options, int set, char *errmsg, - size_t errmsg_len); -extern const char *bgp_afi_safi_get_container_str(afi_t afi, safi_t safi); -extern bool vpn_policy_check_import(struct bgp *bgp, afi_t afi, safi_t safi, - bool v2vimport, char *errmsg, - size_t errmsg_len); + #endif /* _QUAGGA_BGP_VTY_H */ |