mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 23:14:45 +00:00
bgpd: move config-write to bgp_vty.c
There's no good reason to have this in bgpd.c; it's just there historically. Move it to bgp_vty.c where it makes more sense. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
a048cda55f
commit
dd65f45ebc
1053
bgpd/bgp_vty.c
1053
bgpd/bgp_vty.c
File diff suppressed because it is too large
Load Diff
@ -72,6 +72,5 @@ extern int bgp_vty_find_and_parse_afi_safi_bgp(struct vty *vty,
|
||||
bool use_json);
|
||||
extern int bgp_show_summary_vty(struct vty *vty, const char *name, afi_t afi,
|
||||
safi_t safi, bool show_failed, bool use_json);
|
||||
extern void bgp_vpn_policy_config_write_afi(struct vty *vty, struct bgp *bgp,
|
||||
afi_t afi);
|
||||
|
||||
#endif /* _QUAGGA_BGP_VTY_H */
|
||||
|
@ -32,10 +32,6 @@ extern void bgp_zebra_destroy(void);
|
||||
extern int bgp_zebra_get_table_range(uint32_t chunk_size,
|
||||
uint32_t *start, uint32_t *end);
|
||||
extern int bgp_if_update_all(void);
|
||||
extern void bgp_config_write_maxpaths(struct vty *, struct bgp *, afi_t,
|
||||
safi_t);
|
||||
extern void bgp_config_write_redistribute(struct vty *, struct bgp *, afi_t,
|
||||
safi_t);
|
||||
extern void bgp_zebra_announce(struct bgp_node *rn, struct prefix *p,
|
||||
struct bgp_path_info *path, struct bgp *bgp,
|
||||
afi_t afi, safi_t safi);
|
||||
|
1035
bgpd/bgpd.c
1035
bgpd/bgpd.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user