From c729c65010a11f011ebae654fa1a8444c7443c10 Mon Sep 17 00:00:00 2001
From: hasso <hasso>
Date: Wed, 13 Oct 2004 08:36:47 +0000
Subject: Initialize access lists here as well.

---
 isisd/ChangeLog   | 5 +++++
 isisd/isis_main.c | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index 8e4a09c0..f8d8d896 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -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.
diff --git a/isisd/isis_main.c b/isisd/isis_main.c
index cd94780f..58fe977e 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 @@ 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 ();
-- 
cgit v1.2.1