diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-17 22:01:36 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-17 22:01:36 -0500 |
| commit | 1498c0593a75a6beabafbb8ed2b19a9c11bee250 (patch) | |
| tree | 6c2fc7f7726c22180b838c142cdf7826207162f6 /zebra/rt_netlink.h | |
| parent | 8175a5464965cc942616bd0220f161aab62da3ed (diff) | |
zebra: Allow the collection of sg stats on more platforms.
The code to collect the sg stats was written for linux.
Abstract the call to allow it to work on all platforms.
I have not implemented the call for non-linux systems.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rt_netlink.h')
| -rw-r--r-- | zebra/rt_netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/rt_netlink.h b/zebra/rt_netlink.h index 6774b7dd3d..7183525fba 100644 --- a/zebra/rt_netlink.h +++ b/zebra/rt_netlink.h @@ -37,7 +37,6 @@ extern int netlink_route_change (struct sockaddr_nl *snl, struct nlmsghdr *h, ns_id_t ns_id); extern int netlink_route_read (struct zebra_ns *zns); -extern int netlink_get_ipmr_sg_stats (void *mroute); #endif /* HAVE_NETLINK */ #endif /* _ZEBRA_RT_NETLINK_H */ |
