From ee187785ba1679cc1b4abe0741fefed7ff7b700e Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Thu, 27 May 2021 01:30:58 +0200 Subject: [PATCH] Add e1 to vty command --- modules/rhizo_base/files/vty | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizo_base/files/vty b/modules/rhizo_base/files/vty index 5a4ee1f..5c0e199 100755 --- a/modules/rhizo_base/files/vty +++ b/modules/rhizo_base/files/vty @@ -26,6 +26,7 @@ if { $all < 0 } { set all notice } set host localhost switch $vty { + e1 { set port 4269 } hlr { set port 4258 } ; # Short names bsc { set port 4242 } mgw { set port 4243 }