[PATCH] [Quagga] Add missing vty access list line
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt@15943 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
318f6c1699
commit
2a84724248
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
password zebra
|
password zebra
|
||||||
!
|
!
|
||||||
access-list vty permit 127.0.0.0/8
|
access-list vty permit 127.0.0.0/8
|
||||||
|
access-list vty deny any
|
||||||
!
|
!
|
||||||
line vty
|
line vty
|
||||||
access-class vty
|
access-class vty
|
||||||
|
|
Loading…
Reference in a new issue