aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-27 19:25:34 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-08-27 19:25:34 +0200
commite0c094ddb481d9948e4740bf751b313c94505a1b (patch)
tree8a8bcb643cc6666c73e43a6c7e607a89ce1319d6 /ansible
parent4f30778d081445a0046c0a2e08ee803af93d9893 (diff)
ansible: gsm-tester: Add extra IP for LimeSDR
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/gsm-tester-network/templates/interface.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/gsm-tester-network/templates/interface.j2 b/ansible/roles/gsm-tester-network/templates/interface.j2
index a4c86a4..c849210 100644
--- a/ansible/roles/gsm-tester-network/templates/interface.j2
+++ b/ansible/roles/gsm-tester-network/templates/interface.j2
@@ -58,3 +58,8 @@ auto {{ bts_interface }}:10
iface {{ bts_interface }}:10 inet static
address 10.42.42.52
netmask 255.255.255.0
+
+auto {{ bts_interface }}:11
+iface {{ bts_interface }}:11 inet static
+ address 10.42.42.53
+ netmask 255.255.255.0