forked from syslog-ng/syslog-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ebpf randomize udp streams #17
Closed
alltilla
wants to merge
13
commits into
bazsi:ebpf-randomize-udp-streams
from
alltilla:ebpf-randomize-udp-streams
Closed
Ebpf randomize udp streams #17
alltilla
wants to merge
13
commits into
bazsi:ebpf-randomize-udp-streams
from
alltilla:ebpf-randomize-udp-streams
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Balazs Scheidler <[email protected]>
This hook can be used by plugins to potentially change socket related settings once syslog-ng has finished by its own. This makes it possible to attach EBPF programs, change socket options, etc. Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Balazs Scheidler <[email protected]>
Building the eBPF module is not for the fainthearted, but we need some testing, so enable it in the devshell build, even if it is disabled everywhere else. This ensures that at least we are in a compilable state. Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Balazs Scheidler <[email protected]>
Signed-off-by: Attila Szakacs <[email protected]>
Signed-off-by: Attila Szakacs <[email protected]>
Signed-off-by: Attila Szakacs <[email protected]>
My libbpf autodetection enabled the build in our CI automatically, and it seems like it fails because of some minor things:
Maybe we should loosen the strictness when compiling the generated code. |
Signed-off-by: Attila Szakacs <[email protected]>
alltilla
force-pushed
the
ebpf-randomize-udp-streams
branch
from
March 17, 2023 14:04
27b07fd
to
f62d606
Compare
Fixed. |
bazsi
force-pushed
the
ebpf-randomize-udp-streams
branch
from
March 18, 2023 06:38
acf0bdf
to
0b46933
Compare
I merged the cmake related changes with the changes I had. The rest I did on my own too, so closing this one without merging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.