mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
pimd: Set pimreg interface with one master
Add break for loop, `pimreg` interface should be with one master. Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
b570e9ce28
commit
af00ac8072
@ -1674,7 +1674,9 @@ static int pim_ifp_up(struct interface *ifp)
|
||||
__func__, vrf->name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
pim_zebra_interface_set_master(master, ifp);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user