osmo-sgsn-master: Bind to localhost instead of a specific IP by default
This does not break ttcn3-sgsn-test since it uses a custom config file with the correct IPs. Change-Id: I2a922139c50d06217e5e6105ea65bf673daa10a8 Related: OS#1700changes/37/14537/2
parent
a0eb1ed06d
commit
3c9fd3bef8
|
@ -7,8 +7,8 @@ line vty
|
|||
bind 0.0.0.0
|
||||
!
|
||||
sgsn
|
||||
gtp local-ip 172.18.0.21
|
||||
ggsn 0 remote-ip 172.18.0.201
|
||||
gtp local-ip 127.0.0.1
|
||||
ggsn 0 remote-ip 127.0.0.2
|
||||
ggsn 0 gtp-version 1
|
||||
ns
|
||||
timer tns-block 3
|
||||
|
@ -18,7 +18,7 @@ ns
|
|||
timer tns-test 30
|
||||
timer tns-alive 3
|
||||
timer tns-alive-retries 10
|
||||
encapsulation udp local-ip 172.18.0.21
|
||||
encapsulation udp local-ip 127.0.0.1
|
||||
encapsulation udp local-port 23000
|
||||
encapsulation framerelay-gre enabled 0
|
||||
bssgp
|
||||
|
|
Loading…
Reference in New Issue