]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Allow netlink_talk to choose the filter function to call
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 9 Aug 2016 17:02:27 +0000 (13:02 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:06 +0000 (20:26 -0500)
commit856eb2535b6c78793031364c3e30af286d1a5b75
tree611283c96c1d457bd40ac1e23a7629f857bbdbe5
parent08e1fe769b0606e41a92dbe9b3a41180b43c3725
zebra: Allow netlink_talk to choose the filter function to call

The netlink_talk call sends a message to the kernel, which
with netlink_talk_filter only waits for the ACK.

It would be nice to have the ability to specify what the handler
function would be for when we send queries about mcast S,G routes
so that we can gather the data returned from the kernel.

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