summaryrefslogtreecommitdiff
path: root/ripngd/ripngd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2018-11-29 10:56:09 -0200
committerRenato Westphal <renato@opensourcerouting.org>2018-12-03 13:47:58 -0200
commit521d1b1283f50b15bd5dd6b57c7d22f2078058b9 (patch)
tree483b98c7f0effe2d0af5a4b90253d0677203b1cb /ripngd/ripngd.h
parentdb2038c7827f4214059481b0551c98d65178cef5 (diff)
ripngd: retrofit the 'route' command to the new northbound model
Trivial conversion. Remove the ripng->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 'ripngd/ripngd.h')
-rw-r--r--ripngd/ripngd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h
index f18c9758e9..82aba1f753 100644
--- a/ripngd/ripngd.h
+++ b/ripngd/ripngd.h
@@ -111,9 +111,6 @@ struct ripng {
/* RIPng routing information base. */
struct agg_table *table;
- /* RIPng only static route information. */
- struct agg_table *route;
-
/* RIPng aggregate route information. */
struct agg_table *aggregate;