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 | ecece94cf1be254d89868cec95cc9d4b04264a6b (patch) | |
| tree | dc082aba1b4d4d12392804951f93f4076be7a151 /ripngd/ripng_main.c | |
| parent | 0c32404fddcf80034f4fd3d76c7cc12fd71b4e25 (diff) | |
ripngd: move "peer_list" to the ripng structure
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripng_main.c')
| -rw-r--r-- | ripngd/ripng_main.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index b7e5739ed2..26d602e1a5 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -177,7 +177,6 @@ int main(int argc, char **argv)  	ripng_init();  	ripng_cli_init();  	zebra_init(master); -	ripng_peer_init();  	frr_config_fork();  	frr_run(master);  | 
