Change in osmo-gsm-tester[master]: ggsn: Bind VTY and CTRL ifaces to assigned ip addr

2018-06-24 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9710 )

Change subject: ggsn: Bind VTY and CTRL ifaces to assigned ip addr
..

ggsn: Bind VTY and CTRL ifaces to assigned ip addr

Change-Id: I26735a21cd53183dfe0a75e5bd24954d583c354f
---
M src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl 
b/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
index 1692db6..3f2d0e7 100644
--- a/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
@@ -34,7 +34,9 @@
 stats interval 5
 !
 line vty
- no login
+ bind ${ggsn.ip_address.addr}
+ctrl
+ bind ${ggsn.ip_address.addr}
 !
 ggsn ggsn0
  gtp state-dir ${ggsn.statedir}

--
To view, visit https://gerrit.osmocom.org/9710
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I26735a21cd53183dfe0a75e5bd24954d583c354f
Gerrit-Change-Number: 9710
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder


Change in osmo-gsm-tester[master]: ggsn: Bind VTY and CTRL ifaces to assigned ip addr

2018-06-22 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/9710 )

Change subject: ggsn: Bind VTY and CTRL ifaces to assigned ip addr
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/9710
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I26735a21cd53183dfe0a75e5bd24954d583c354f
Gerrit-Change-Number: 9710
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 22 Jun 2018 14:01:32 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-gsm-tester[master]: ggsn: Bind VTY and CTRL ifaces to assigned ip addr

2018-06-22 Thread Pau Espin Pedrol
Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/9710


Change subject: ggsn: Bind VTY and CTRL ifaces to assigned ip addr
..

ggsn: Bind VTY and CTRL ifaces to assigned ip addr

Change-Id: I26735a21cd53183dfe0a75e5bd24954d583c354f
---
M src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/10/9710/1

diff --git a/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl 
b/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
index 1692db6..3f2d0e7 100644
--- a/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
@@ -34,7 +34,9 @@
 stats interval 5
 !
 line vty
- no login
+ bind ${ggsn.ip_address.addr}
+ctrl
+ bind ${ggsn.ip_address.addr}
 !
 ggsn ggsn0
  gtp state-dir ${ggsn.statedir}

--
To view, visit https://gerrit.osmocom.org/9710
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I26735a21cd53183dfe0a75e5bd24954d583c354f
Gerrit-Change-Number: 9710
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol