]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_mroute.c
pimd: Send 1 on all systems for MRT_INIT
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Oct 2018 19:12:07 +0000 (15:12 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 31 Oct 2018 11:26:35 +0000 (07:26 -0400)
commite5a2ebe6913b1aeac97610e2c0101b59591f01dc
tree96a9801b712174ed571652b65282c5666768ad83
parentf0b009a4db209102142c7fd65d2ac5b7ac2c1065
pimd: Send 1 on all systems for MRT_INIT

When sending a sockoption for MRT_INIT, *bsd requires that
the data passed in must be 1.  While linux does not, the
code was sending in a positive value that was causing issues
on *bsd of protocol not supported.

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