]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgpd.c
Revert "bgpd: Prevent IPv6 routes received via a ibgp session with own ip as nexthop "
[mirror_frr.git] / bgpd / bgpd.c
index 730cc8bde7505beab672c7028b833b6c87c2de96..b2925cd5122849f17318af7fbca8ef1ae4f40254 100644 (file)
@@ -3213,7 +3213,6 @@ int bgp_get(struct bgp **bgp_val, as_t *as, const char *name,
                bgp->vrf_id = vrf_generate_id();
        bgp_router_id_set(bgp, &bgp->router_id_zebra);
        bgp_address_init(bgp);
-       bgp_ipv6_address_init(bgp);
        bgp_tip_hash_init(bgp);
        bgp_scan_init(bgp);
        *bgp_val = bgp;