From 34f49239c3a3a4f1a513ada5ce651ae48faffede Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 19 Jul 2020 19:10:21 +0200 Subject: [PATCH] add warning about hard-coded IP Change-Id: I6e0128072a7f4a51df19aaee2d08ecef05cee2be --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39d781a..ed9a490 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ All code has been independently developed without any information or assistance from Ericsson, merely by observing protocol traces between the SIU 02 and whatever is the Ericsson-provided server side 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...