summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2018-11-29 04:12:29 +0100
committerRenato Westphal <renato@opensourcerouting.org>2018-12-03 16:47:58 +0100
commit54b565627ac5dbd48bc7aa48b0c7dd5836967ef4 (patch)
tree39bdbe7b63cc24f8158199ba9f297b79f064b401 /ripngd/ripngd.h
parentripngd: retrofit the 'allow-ecmp' command to the new northbound model (diff)
downloadfrr-54b565627ac5dbd48bc7aa48b0c7dd5836967ef4.tar.xz
frr-54b565627ac5dbd48bc7aa48b0c7dd5836967ef4.zip
ripngd: retrofit the 'default-information' command to the new northbound model
Trivial conversion. 'ripng->default_information' was removed because it was being used only to display the running configuration and thus is not necessary anymore. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r--ripngd/ripngd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h
index 9b5f89076..c9bcd8b0e 100644
--- a/ripngd/ripngd.h
+++ b/ripngd/ripngd.h
@@ -106,7 +106,6 @@ struct ripng {
unsigned long garbage_time;
int max_mtu;
int default_metric;
- int default_information;
/* Input/output buffer of RIPng. */
struct stream *ibuf;