1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
openwrt-packages/net/samplicator/files/samplicator.conf
Nick Hainke 41534e5a19 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>
2021-05-03 21:12:35 +02:00

19 lines
586 B
Plaintext

# 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