-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samplicator: add samplicator #15553
samplicator: add samplicator #15553
Conversation
5288197
to
32b9981
Compare
6c9c19f
to
389d574
Compare
Sadly, the PID file stuff is not in the stable release. |
} | ||
|
||
reload_service() { | ||
procd_send_signal bird |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bird?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed. Copied the relevant stuff from bird init file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed reloading completely.
5fefbef
to
2e9dd21
Compare
net/samplicator/Makefile
Outdated
PKG_HASH:=3c4358b4b0992a77251f2b9e2221d4ae945781160732c73504eb126e69d72d40 | ||
|
||
PKG_MAINTAINER:=Nick Hainke <[email protected]> | ||
PKG_LICENSE:=GPL-2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is outdated SPDX License Identifier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to GPL-2.0-only. Sry, I do always just searching for the identifier. Did not see that it is in the deprecated section. xD
67c231a
to
36d2f56
Compare
BTW.: sleinen/samplicator#73 |
@BKPepe Still something left? Otherwise I would like to merge. |
Why are you shipping an empty config file? And then the second question, why do we need to have it merged, why this package it useful/what is your usage? Can you also add test.sh file to have it run-tested? |
I can put there an example config.
We want to use conntrackd to synchronize state-full firewall rules across multiple gateways. To my knowledge, conntracd only has the ability to do this via unicast to one target. That is why we want to use samplicator to samplicate those "control messages".
Never did this. I have to check how this works. |
36d2f56
to
fa61c08
Compare
@BKPepe After looking at the test.sh files, it looks like everyone is just checking for the correct version. Sadly, samplicator has no cmd to check the version. |
fa61c08
to
ac4cc23
Compare
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 <[email protected]>
ac4cc23
to
41534e5
Compare
@BKPepe is it fine without test.sh? |
Here is what we do: |
Samplicator receives UDP datagrams on a given port and resends those datagrams to a specified set of receivers.
Use Cases:
Maintainer: me
Compile tested: trunk (ipq40xx)
Run tested: Mips WDR4300