summaryrefslogtreecommitdiffstats
path: root/zebra/rt_ioctl.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2014-06-28 21:28:50 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-14 19:18:56 +0100
commit51bdebad99fe813d1b7104543b352f0e39b1c8dc (patch)
treeb2040a5c538cd3168a6c8842b92e28e35fa17420 /zebra/rt_ioctl.c
parent86a82e99aa3728d78a1ec65b60a2162914cd7519 (diff)
downloadquagga-51bdebad99fe813d1b7104543b352f0e39b1c8dc.tar.bz2
quagga-51bdebad99fe813d1b7104543b352f0e39b1c8dc.tar.xz
zebra: remove kernel_delete_ipv6_old()
The only user of this was rib_bogus_ipv6(), which was removed in the previous commit. Good riddance. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Greg Troxel <gdt@ir.bbn.com> Acked-by: Feng Lu <lu.feng@6wind.com> Acked-by: Paul Jakma <paul@jakma.org>
Diffstat (limited to 'zebra/rt_ioctl.c')
-rw-r--r--zebra/rt_ioctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/zebra/rt_ioctl.c b/zebra/rt_ioctl.c
index e175d1e2..553f222c 100644
--- a/zebra/rt_ioctl.c
+++ b/zebra/rt_ioctl.c
@@ -517,12 +517,4 @@ kernel_delete_ipv6 (struct prefix *p, struct rib *rib)
{
return kernel_ioctl_ipv6_multipath (SIOCDELRT, p, rib, AF_INET6);
}
-
-/* Delete IPv6 route from the kernel. */
-int
-kernel_delete_ipv6_old (struct prefix_ipv6 *dest, struct in6_addr *gate,
- unsigned int index, int flags, int table)
-{
- return kernel_ioctl_ipv6 (SIOCDELRT, dest, gate, index, flags);
-}
#endif /* HAVE_IPV6 */