diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-24 04:05:36 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-01 07:20:18 -0400 |
| commit | 2a74df346a83d95d75370800710af9cec3026da7 (patch) | |
| tree | 9f12da8d0c6ece2127db63a85457f92c80f622a0 /zebra/rib.h | |
| parent | b4c034b0330e378b51a0e516d717b5fbfcfc083f (diff) | |
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 0faa088d87..500d96cbe4 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); |
