mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
Merge pull request #18248 from FRRouting/mergify/bp/dev/10.3/pr-18216
pimd: Fix PIM VRF support (send register/register stop in VRF) (backport #18216)
This commit is contained in:
commit
f25a650899
@ -181,6 +181,9 @@ static int pim_vrf_enable(struct vrf *vrf)
|
||||
|
||||
zlog_debug("%s: for %s %u", __func__, vrf->name, vrf->vrf_id);
|
||||
|
||||
if (vrf_bind(vrf->vrf_id, pim->reg_sock, NULL) < 0)
|
||||
zlog_warn("Failed to bind register socket to VRF %s", vrf->name);
|
||||
|
||||
pim_mroute_socket_enable(pim);
|
||||
|
||||
FOR_ALL_INTERFACES (vrf, ifp) {
|
||||
|
Loading…
Reference in New Issue
Block a user