diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-11-29 11:02:35 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-12-03 13:47:58 -0200 | 
| commit | 6fc293855457baf848b05fcf30b2ffeddb43445f (patch) | |
| tree | 68d14c304426044bcff7da254a27fce632aa8cd5 /ripngd/ripngd.h | |
| parent | 521d1b1283f50b15bd5dd6b57c7d22f2078058b9 (diff) | |
ripngd: retrofit the 'aggregate-address' command to the new northbound model
Trivial conversion. Remove the ripng->aggregate 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.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index 82aba1f753..4863d22069 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -111,9 +111,6 @@ struct ripng {  	/* RIPng routing information base. */  	struct agg_table *table; -	/* RIPng aggregate route information. */ -	struct agg_table *aggregate; -  	/* RIPng threads. */  	struct thread *t_read;  	struct thread *t_write;  | 
