From 7310eb674121cd5cde1565749ccc0a9e030409c8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 May 2009 21:08:51 +0000 Subject: [PATCH] [PATCH] [Quagga] Add missing vty access list line Signed-off-by: Vasilis Tsiligiannis SVN-Revision: 15943 --- net/quagga/files/quagga.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/net/quagga/files/quagga.conf b/net/quagga/files/quagga.conf index e847c5ac7f..fb7a54e33c 100644 --- a/net/quagga/files/quagga.conf +++ b/net/quagga/files/quagga.conf @@ -1,6 +1,7 @@ password zebra ! access-list vty permit 127.0.0.0/8 +access-list vty deny any ! line vty access-class vty -- 2.30.2