diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2018-05-09 06:35:01 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 20:16:12 +0200 |
commit | 4068787842709160f0ba68ed71b94f9b61c8c21a (patch) | |
tree | 2407e3ce4933c86d5241ba1b49b3d0382e86b563 /ripd/ripd.h | |
parent | ripd: retrofit the 'redistribute' commands to the new northbound model (diff) | |
download | frr-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.h | 3 |
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; |