]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_zebra.c
*: change interface structure, from vrf_id to vrf
[mirror_frr.git] / bgpd / bgp_zebra.c
index 44c1261a9a62ad6489865ad65b0b9c48b270b558..ae30fcfb1834d077cfe47525f7e07c342cfa5ca6 100644 (file)
@@ -802,7 +802,7 @@ bool bgp_zebra_nexthop_set(union sockunion *local, union sockunion *remote,
                                                                 peer->bgp->vrf_id));
                } else if (peer->update_if)
                        ifp = if_lookup_by_name(peer->update_if,
-                                               vrf_lookup_by_id(peer->bgp->vrf_id));
+                                       vrf_lookup_by_id(peer->bgp->vrf_id));
                else
                        ifp = if_lookup_by_ipv6_exact(&local->sin6.sin6_addr,
                                                      local->sin6.sin6_scope_id,