]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Add null_register bit to pim_register_send
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 18 Jul 2016 00:18:33 +0000 (20:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:02 +0000 (20:26 -0500)
commitb100a4f5b943acd92b3166058b0a718afa27280c
tree9fa279a75ff514eee681b01c2d93e4d53cd273ca
parent887fa0149fbba33c702c949b9e0072faa53c98fb
pimd: Add null_register bit to pim_register_send

When sending a pim register message to an RP, we need
the ability to set the null bit in the message.  This
adds the ability to do so.

Additionally we need to switch the ip_hdr to a const uint8_t *buf
because pim_register_send really shouldn't know or care about
the fact it's a 'struct ip'.

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