summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2018-05-09 06:35:01 +0200
committerRenato Westphal <renato@opensourcerouting.org>2018-10-27 20:16:12 +0200
commit4068787842709160f0ba68ed71b94f9b61c8c21a (patch)
tree2407e3ce4933c86d5241ba1b49b3d0382e86b563 /ripd/ripd.h
parentripd: retrofit the 'redistribute' commands to the new northbound model (diff)
downloadfrr-4068787842709160f0ba68ed71b94f9b61c8c21a.tar.xz
frr-4068787842709160f0ba68ed71b94f9b61c8c21a.zip
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 <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h3
1 files changed, 0 insertions, 3 deletions
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;