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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder