diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-03-26 19:11:58 -0400 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-06-23 17:32:52 +0200 | 
| commit | 9bcb3eef541180a17341d1d4510586efc35711db (patch) | |
| tree | 686e6d7721a180a168cb3353e2c900b63069e6c3 /bgpd/bgp_zebra.h | |
| parent | 6d7824f29c4aad88009ac1dfe0491de31c01fcb3 (diff) | |
bgp: rename bgp_node to bgp_dest
This is the bulk part extracted from "bgpd: Convert from `struct
bgp_node` to `struct bgp_dest`".  It should not result in any functional
change.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_zebra.h')
| -rw-r--r-- | bgpd/bgp_zebra.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_zebra.h b/bgpd/bgp_zebra.h index a069d01503..a068c03717 100644 --- a/bgpd/bgp_zebra.h +++ b/bgpd/bgp_zebra.h @@ -35,7 +35,7 @@ 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_zebra_announce(struct bgp_node *rn, const struct prefix *p, +extern void bgp_zebra_announce(struct bgp_dest *dest, const struct prefix *p,  			       struct bgp_path_info *path, struct bgp *bgp,  			       afi_t afi, safi_t safi);  extern void bgp_zebra_announce_table(struct bgp *, afi_t, safi_t);  | 
