summaryrefslogtreecommitdiff
path: root/ripngd/ripngd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-01-04 19:08:10 -0200
committerRenato Westphal <renato@opensourcerouting.org>2019-01-18 16:15:41 -0200
commit0c32404fddcf80034f4fd3d76c7cc12fd71b4e25 (patch)
treef2d9ca1368ca4f5c64f22111cf5d8ef26e2b859d /ripngd/ripngd.h
parent29b94d588409af3e00b99bee2a3f7a89caf3d57b (diff)
ripngd: move "Vripng_passive_interface" to the ripng structure
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r--ripngd/ripngd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h
index 935a9e8591..95b128f4d9 100644
--- a/ripngd/ripngd.h
+++ b/ripngd/ripngd.h
@@ -114,6 +114,9 @@ struct ripng {
/* RIPng enabled networks. */
struct agg_table *enable_network;
+ /* Vector to store passive-interface name. */
+ vector passive_interface;
+
/* RIPng threads. */
struct thread *t_read;
struct thread *t_write;