Change in osmo-ttcn3-hacks[master]: pcap-client: set VTY port to 4227

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Mon Aug 9 07:22:51 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25174 )


Change subject: pcap-client: set VTY port to 4227
......................................................................

pcap-client: set VTY port to 4227

Adjust the VTY port to the new default, 4227, in case somebody uses the
configs from this repository instead of the ones from
docker-playground.git (where it is also adjusted).

Depends: docker-playground I6d45340429925fe5e98cc4e597a01ef51e8322ae
Change-Id: I50af5d0c0930b9bc906a8b909910bc38f025648e
---
M pcap-client/OPCAP_CLIENT_Tests.default
M pcap-client/osmo-pcap-client.cfg
2 files changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/25174/1

diff --git a/pcap-client/OPCAP_CLIENT_Tests.default b/pcap-client/OPCAP_CLIENT_Tests.default
index 2b1677b..3fd3ac8 100644
--- a/pcap-client/OPCAP_CLIENT_Tests.default
+++ b/pcap-client/OPCAP_CLIENT_Tests.default
@@ -4,7 +4,7 @@
 [TESTPORT_PARAMETERS]
 *.VTY.CTRL_MODE := "client"
 *.VTY.CTRL_HOSTNAME := "127.0.0.1"
-*.VTY.CTRL_PORTNUM := "4237"
+*.VTY.CTRL_PORTNUM := "4227"
 *.VTY.CTRL_LOGIN_SKIPPED := "yes"
 *.VTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
 *.VTY.CTRL_READMODE := "buffered"
diff --git a/pcap-client/osmo-pcap-client.cfg b/pcap-client/osmo-pcap-client.cfg
index 89f1801..09201fc 100644
--- a/pcap-client/osmo-pcap-client.cfg
+++ b/pcap-client/osmo-pcap-client.cfg
@@ -5,6 +5,7 @@
 !
 line vty
  no login
+ bind 127.0.0.1 4227
 !
 client
  pcap device lo

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25174
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I50af5d0c0930b9bc906a8b909910bc38f025648e
Gerrit-Change-Number: 25174
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/cd06561e/attachment.htm>


More information about the gerrit-log mailing list