diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-01-04 19:08:10 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-01-18 16:15:41 -0200 | 
| commit | 0c32404fddcf80034f4fd3d76c7cc12fd71b4e25 (patch) | |
| tree | f2d9ca1368ca4f5c64f22111cf5d8ef26e2b859d /ripngd/ripngd.h | |
| parent | 29b94d588409af3e00b99bee2a3f7a89caf3d57b (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.h | 3 | 
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;  | 
