mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-17 18:29:45 +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;
|
long flags;
|
||||||
|
|
||||||
frr_with_privs (&pimd_privs) {
|
frr_with_privs (&pimd_privs) {
|
||||||
fd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
|
fd = socket(PIM_AF, SOCK_RAW, IPPROTO_RAW);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fd < 0) {
|
if (fd < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user