diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-20 21:36:59 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-08-26 20:16:19 -0300 | 
| commit | 56ea2b212f94b19486fd2f6e006acae1ef0d8552 (patch) | |
| tree | 1cd66a8d1367d9e6bae777385d82c47a164a9711 /isisd/isis_main.c | |
| parent | 98a496368a8d1c5c2d1caf35142ecfae55cae615 (diff) | |
isisd: reuse adjacency state change hook in the SPF code
This is mostly a cosmetic change to make the code more modular,
more elegant and easier to understand.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_main.c')
| -rw-r--r-- | isisd/isis_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index ed4b206851..6352303c23 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -252,7 +252,7 @@ int main(int argc, char **argv, char **envp)  #ifndef FABRICD  	isis_cli_init();  #endif /* ifdef FABRICD */ -	isis_spf_cmds_init(); +	isis_spf_init();  	isis_redist_init();  	isis_route_map_init();  	isis_mpls_te_init();  | 
