]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Initialize access lists here as well.
authorhasso <hasso>
Wed, 13 Oct 2004 08:36:47 +0000 (08:36 +0000)
committerhasso <hasso>
Wed, 13 Oct 2004 08:36:47 +0000 (08:36 +0000)
isisd/ChangeLog
isisd/isis_main.c

index 8e4a09c032323e3e1e9afc13570ca3e67c9d53c6..f8d8d896022711cb84917548705a0611b257b79b 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-13 Hasso Tepper <hasso at quagga.net>
+
+       * isis_main.c: Initialize access list. Although we haven't route
+         filtering yet, it's needed to limit access to vty.
+
 2004-10-11 Hasso Tepper <hasso at quagga.net>
 
        * isis_routemap.c, isisd.c: Make more strings const.
index cd94780fb7b882d8cf75f4acf3776fb8fe1345ab..58fe977ecc09afbe0a497e042e95e66f5330dcc8 100644 (file)
@@ -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 @@ main (int argc, char **argv, char **envp)
   cmd_init (1);
   vty_init (master);
   memory_init ();
+  access_list_init();
   isis_init ();
   dyn_cache_init ();
   sort_node ();