mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
Merge pull request #11768 from donaldsharp/multiple_connected_installs
zebra: Don't install connected routes multiple times into FRR
This commit is contained in:
commit
9ad7e387be
@ -848,10 +848,6 @@ void if_handle_vrf_change(struct interface *ifp, vrf_id_t vrf_id)
|
||||
/* Send out notification on interface VRF change. */
|
||||
/* This is to issue an ADD, if needed. */
|
||||
zebra_interface_vrf_update_add(ifp, old_vrf_id);
|
||||
|
||||
/* Install connected routes (in new VRF). */
|
||||
if (if_is_operative(ifp))
|
||||
if_install_connected(ifp);
|
||||
}
|
||||
|
||||
static void ipv6_ll_address_to_mac(struct in6_addr *address, uint8_t *mac)
|
||||
|
Loading…
Reference in New Issue
Block a user