diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2017-05-29 04:52:54 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-05-29 02:54:16 +0000 |
commit | bef36bc5e3f3ab952820ff8955865d8a581dffd9 (patch) | |
tree | 45950d0f172edd642f375dac6ee7e61d7f64cab3 | |
parent | 206803d59a977c0f6071e148236eb4eb26d698bc (diff) |
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
-rw-r--r-- | example/resources.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/resources.conf b/example/resources.conf index 4bb4dbd..0b6da0a 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 |