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:
Donald Sharp 2022-08-16 13:52:17 -04:00 committed by GitHub
commit 8202b98953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {