]> git.proxmox.com Git - mirror_frr.git/commit
pimd: *bsd needs priviledge escalation to init PIM
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Oct 2018 18:17:02 +0000 (14:17 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 31 Oct 2018 11:26:35 +0000 (07:26 -0400)
commitf0b009a4db209102142c7fd65d2ac5b7ac2c1065
treeea1054ae9b369b19c225dfc85d0b360589eadc05
parentcac967ca3b3b25d685d0b9eac628da1861766b4e
pimd: *bsd needs priviledge escalation to init PIM

When trying to run PIM on *bsd, the kernel expects to only
allow the pim kernel socket to work if we elevate priviledges.
So do so.

This commit gets us further in the startup of PIM on *bsd
but is not sufficient to get it fully started yet.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_mroute.c