Use reserved ip address for osmo-bsc ctrl interface

Otherwise 127.0.0.1 was being used and we want all interfaces for a
specific osmo-bsc instance to use the same IP

Change-Id: I38dccac6707bf55f0abcf96e3a9d7d8ec765a156
This commit is contained in:
Pau Espin 2017-05-30 16:20:10 +02:00 committed by Neels Hofmeyr
parent ff1becfbf7
commit ea3549f844
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ log stderr
line vty
no login
bind ${bsc.ip_address.addr}
ctrl
bind ${bsc.ip_address.addr}
e1_input
e1_line 0 driver ipa
ipa bind ${bsc.ip_address.addr}