diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-24 10:05:36 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-01 13:20:18 +0200 |
commit | 2a74df346a83d95d75370800710af9cec3026da7 (patch) | |
tree | 9f12da8d0c6ece2127db63a85457f92c80f622a0 /zebra/rib.h | |
parent | zebra: refactor rib_add_ipv[4|6]_multipath (diff) | |
download | frr-2a74df346a83d95d75370800710af9cec3026da7.tar.xz frr-2a74df346a83d95d75370800710af9cec3026da7.zip |
zebra: Remove unused function reference.
The rib_lookup_ipv6 is not implemented. Remove it.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rib.h')
-rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 0faa088d8..500d96cbe 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -368,8 +368,6 @@ extern void rib_init (void); extern unsigned long rib_score_proto (u_char proto, u_short instance); extern void rib_queue_add (struct route_node *rn); -extern struct rib *rib_lookup_ipv6 (struct in6_addr *, vrf_id_t); - extern struct route_table *rib_table_ipv6; extern int rib_gc_dest (struct route_node *rn); |