]> git.proxmox.com Git - mirror_frr.git/commit - ripngd/ripng_zebra.c
bgpd, lib, ripngd: Add agg_node_get_prefix
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 22 Mar 2020 03:37:24 +0000 (23:37 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Mar 2020 11:51:41 +0000 (07:51 -0400)
commit26a3ffd60e437e66a0762c4f399eebf19ad84a4a
treef95029ad2fb8347f4d2171320eacfffb5af6e484
parent5a1ae2c237777c6a5a909b89b302cb9c70825092
bgpd, lib, ripngd: Add agg_node_get_prefix

Modify code to use lookup function agg_node_get_prefix()
as the abstraction layer.  When we rework bgp_node to
bgp_dest this will allow us to greatly limit the amount
of work needed to do that.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
17 files changed:
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/rfapi/rfapi_import.c
bgpd/rfapi/rfapi_monitor.c
bgpd/rfapi/rfapi_monitor.h
bgpd/rfapi/rfapi_private.h
bgpd/rfapi/rfapi_rib.c
bgpd/rfapi/rfapi_vty.c
bgpd/rfapi/rfapi_vty.h
bgpd/rfapi/vnc_export_bgp.c
bgpd/rfapi/vnc_import_bgp.c
bgpd/rfapi/vnc_zebra.c
lib/agg_table.h
ripngd/ripng_interface.c
ripngd/ripng_nb_state.c
ripngd/ripng_zebra.c
ripngd/ripngd.c