mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-17 11:32:44 +00:00
Merge pull request #11816 from mobash-rasool/fixes2
pim6d: Register message getting dropped in source node, mroute stuck in RegJ
This commit is contained in:
commit
8202b98953
@ -185,7 +185,7 @@ int pim_reg_sock(void)
|
||||
long flags;
|
||||
|
||||
frr_with_privs (&pimd_privs) {
|
||||
fd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
|
||||
fd = socket(PIM_AF, SOCK_RAW, IPPROTO_RAW);
|
||||
}
|
||||
|
||||
if (fd < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user