]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/redistribute.c
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into cmaster
[mirror_frr.git] / zebra / redistribute.c
index ba7945ad23c5ec5523e35812f2b222b81e02dbf3..1899a4d114a6f75d18e361b24cf8da0185474850 100644 (file)
@@ -561,7 +561,7 @@ zebra_add_import_table_entry (struct route_node *rn, struct rib *rib)
 
          /* Assuming these routes are never recursive */
          for (nhop = rib->nexthop; nhop; nhop = nhop->next)
-           copy_nexthops(newrib, nhop);
+           rib_copy_nexthops(newrib, nhop);
 
          rib_add_ipv4_multipath(&p4, newrib, SAFI_UNICAST);
        }