]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rt_socket.c
zebra: The mask and sin_mask are a bit redundant for kernel_rtm
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Dec 2018 23:31:09 +0000 (18:31 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 13:58:33 +0000 (08:58 -0500)
commit18d10d885461eaf44fba87ed57a347b565e94f55
tree5aa9ede17971aa3abadea65afdf3bcc338f04167
parent86afd5292f1769c6c1c1db7a1e65f09fed27b87d
zebra: The mask and sin_mask are a bit redundant for kernel_rtm

The test we were using to ensure that a mask was sent in
is a bit redundant, let's just always send it in.

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