commit | c729c65010a11f011ebae654fa1a8444c7443c10 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Wed Oct 13 08:36:47 2004 +0000 |
committer | hasso <hasso> | Wed Oct 13 08:36:47 2004 +0000 |
tree | 490d99736a94f28aa69f31a9447dd18b3329abc8 | |
parent | ddd85ed1af88068939cee36a43125ff8ad50cf79 [diff] [blame] |
Initialize access lists here as well.
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index cd94780..58fe977 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c
@@ -34,6 +34,7 @@ #include "if.h" #include "privs.h" #include "sigevent.h" +#include "filter.h" #include "isisd/dict.h" #include "include-netbsd/iso.h" @@ -299,6 +300,7 @@ cmd_init (1); vty_init (master); memory_init (); + access_list_init(); isis_init (); dyn_cache_init (); sort_node ();