pespin submitted this change.
testsuites: Document manual route setup required
Change-Id: Ia946c65d9de3af00c438f0178acd0e644fe95b5e
---
M testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh b/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
index 41f4616..a4951e9 100755
--- a/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
+++ b/testsuites/gtplab-sysmo2017/tunend/upf/osmo-upf/run.sh
@@ -3,3 +3,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
sudo osmo-upf -c "$SCRIPT_DIR/osmo-upf.cfg"
+
+# TODO: Route needs to be set up manually on the tun iface once it becomes created, since osmo-upf is not yet doing it (OS#6585).
+# For now, run this manually after starting osmo-upf with the current run.sh script:
+# ip route add 192.168.0.0/16 dev apn-flood
To view, visit change 38732. To unsubscribe, or for help writing mail filters, visit settings.