add warning about hard-coded IP

Change-Id: I6e0128072a7f4a51df19aaee2d08ecef05cee2be
This commit is contained in:
Harald Welte 2020-07-19 19:10:21 +02:00
parent 8c570c8cb0
commit 34f49239c3
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ All code has been independently developed without any information or
assistance from Ericsson, merely by observing protocol traces between assistance from Ericsson, merely by observing protocol traces between
the SIU 02 and whatever is the Ericsson-provided server side the SIU 02 and whatever is the Ericsson-provided server side
implementation next to the BSC. implementation next to the BSC.
Warning: The code currently hard-codes 172.30.42.3 as the IP address
of the host running L2TPD. Making this configurable is likely the
first thing you need to do before using it...