From 4068787842709160f0ba68ed71b94f9b61c8c21a Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Wed, 9 May 2018 01:35:01 -0300 Subject: ripd: retrofit the 'route' command to the new northbound model Trivial conversion. Remove the rip->route routing table and associated code because this variable was used only to show the running configuration. Signed-off-by: Renato Westphal --- ripd/ripd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ripd/ripd.h') diff --git a/ripd/ripd.h b/ripd/ripd.h index 7a1e3837b..5ac2be9ab 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -117,9 +117,6 @@ struct rip { /* RIP routing information base. */ struct route_table *table; - /* RIP only static routing information. */ - struct route_table *route; - /* RIP neighbor. */ struct route_table *neighbor; -- cgit v1.2.3