summaryrefslogtreecommitdiffstats
path: root/zebra/rt_socket.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-06-06 16:18:17 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-24 19:51:39 +0200
commit43b5cc5ee6bc51802dd5171c61d9240ee988e534 (patch)
tree9d68d08c4680d9958ab4c1aaad3164b9eda287c2 /zebra/rt_socket.c
parentpimd: debug guard error message (diff)
downloadfrr-43b5cc5ee6bc51802dd5171c61d9240ee988e534.tar.xz
frr-43b5cc5ee6bc51802dd5171c61d9240ee988e534.zip
zebra: Allow S,G lookup to use RTNL_FAMILY_IPMR
This current implementation unfortunately must ask the kernel for all mroutes because vrf's do not have the ability to request a single mroute at this time. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rt_socket.c')
-rw-r--r--zebra/rt_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c
index 827d39870..683086f10 100644
--- a/zebra/rt_socket.c
+++ b/zebra/rt_socket.c
@@ -406,7 +406,7 @@ int kernel_neigh_update(int add, int ifindex, uint32_t addr, char *lla,
return 0;
}
-extern int kernel_get_ipmr_sg_stats(void *mroute)
+extern int kernel_get_ipmr_sg_stats(struct zebra_vrf *zvrf, void *mroute)
{
return 0;
}