summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_null.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/kernel_null.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/kernel_null.c')
-rw-r--r--zebra/kernel_null.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/kernel_null.c b/zebra/kernel_null.c
index 29c7881b..4cd43db4 100644
--- a/zebra/kernel_null.c
+++ b/zebra/kernel_null.c
@@ -43,10 +43,6 @@ int kernel_add_ipv6 (struct prefix *a, struct rib *b) { return 0; }
int kernel_delete_ipv6 (struct prefix *a, struct rib *b) { return 0; }
#endif
-int kernel_delete_ipv6_old (struct prefix_ipv6 *dest, struct in6_addr *gate,
- unsigned int index, int flags, int table)
-{ return 0; }
-
int kernel_add_route (struct prefix_ipv4 *a, struct in_addr *b, int c, int d)
{ return 0; }