summaryrefslogtreecommitdiff
path: root/data/templates/sla/twamp-server.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/sla/twamp-server.conf.j2')
-rw-r--r--data/templates/sla/twamp-server.conf.j218
1 files changed, 18 insertions, 0 deletions
diff --git a/data/templates/sla/twamp-server.conf.j2 b/data/templates/sla/twamp-server.conf.j2
new file mode 100644
index 0000000..ea5bbb5
--- /dev/null
+++ b/data/templates/sla/twamp-server.conf.j2
@@ -0,0 +1,18 @@
+### Autogenerated by service_twamp-server.py ###
+
+user twamp
+group twamp
+
+verbose
+vardir /var/run
+
+# location for "recv" session files.
+# The "catalog" subdirectory is completely cleaned and recreated each time
+datadir /var/lib/twamp
+
+srcnode :{{ port }}
+
+# This is used to limit testing to a specific port range. The valid values are:
+# 0 (twampd will let the system to pick the port number (ephemeral)
+# low-high (A range. high must be larger than low.)
+testports 18760-19960