From bef36bc5e3f3ab952820ff8955865d8a581dffd9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 29 May 2017 04:52:54 +0200 Subject: [PATCH] resources.conf: take out 10.42.42.1 This seems to be the default address used to communicate via SSH with the sysmoBTS. Whichever process ends up getting this address sees all of the SSH in its pcap (for the AoIP build it tends to be OsmoHLR). We could filter properly, but actually also just take this address out of the pool for allocation to server processes. Change-Id: I07e74ba0b9a5b08a308aae7646c4b7c70fe4aa0e --- example/resources.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/example/resources.conf b/example/resources.conf index 4bb4dbd9..0b6da0a4 100644 --- a/example/resources.conf +++ b/example/resources.conf @@ -1,7 +1,6 @@ # all hardware and interfaces available to this osmo-gsm-tester ip_address: -- addr: 10.42.42.1 - addr: 10.42.42.2 - addr: 10.42.42.3 - addr: 10.42.42.4