]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_dump.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / bgpd / bgp_dump.c
index 3d1880ca481f161443c59997c50d1c190e34ccc0..751140850a3303e18b8f309138331426484a55fb 100644 (file)
@@ -410,7 +410,7 @@ static unsigned int bgp_dump_routes_func(int afi, int first_run,
        table = bgp->rib[afi][SAFI_UNICAST];
 
        for (rn = bgp_table_top(table); rn; rn = bgp_route_next(rn)) {
-               path = rn->info;
+               path = bgp_node_get_bgp_path_info(rn);
                while (path) {
                        path = bgp_dump_route_node_record(afi, rn, path, seq);
                        seq++;