aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/files/samplicator.conf
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2021-04-30 23:57:09 +0200
committerNick Hainke <vincent@systemli.org>2021-05-03 21:12:35 +0200
commit41534e5a19dc8350c1aa27ec926b34f779914ac4 (patch)
tree07bc7b2d7c2ad9068a97e8955fb043e1e688046e /net/samplicator/files/samplicator.conf
parent1b8489aadbccbb7f4e277cb3ab52348c882a64c5 (diff)
samplicator: add samplicator
Samplicator receives UDP datagrams on a given port and resends those datagrams to a specified set of receivers. Use Cases: - replicate Flow Samples to multiple receivers - use with conntrackd to synchronize via unicast to multiple targets Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'net/samplicator/files/samplicator.conf')
-rw-r--r--net/samplicator/files/samplicator.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/samplicator/files/samplicator.conf b/net/samplicator/files/samplicator.conf
new file mode 100644
index 000000000..56864fd7a
--- /dev/null
+++ b/net/samplicator/files/samplicator.conf
@@ -0,0 +1,18 @@
+# Samplicator Config File
+#
+# Format:
+# a.b.c.d[/e.f.g.h]: destination
+# a.b.c.d is the sender's IP address
+# e.f.g.h is a mask to apply to the sender (default 255.255.255.255)
+#
+# Destination Format:
+# <addr>[/<port>[/<interval>[,ttl]]]
+# <addr> IP address of the receiver
+# <port> port UDP number of the receiver (default 2000)
+# <freq> number of received datagrams between successive
+# copied datagrams for this receiver.
+# <ttl> The TTL (IPv4) or hop-limit (IPv6) for
+# outgoing datagrams.
+#
+# Example:
+# 10.0.0.1/255.255.255.0: 10.0.0.42/1025