Skip to content
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

Add support for CTNETLINK messages #8

Open
terassyi opened this issue Dec 14, 2024 · 5 comments
Open

Add support for CTNETLINK messages #8

terassyi opened this issue Dec 14, 2024 · 5 comments

Comments

@terassyi
Copy link

Hi!
I want to add support for CTNETLINK messages for handling Linux netfilter conntrack subsystem.

For example, golang implementation is following.

I'm already working for the PR.
If I submit the PR, could you review it?
Its PR will be quite big, so I also can split multiple PRs.

Thanks!

@terassyi
Copy link
Author

Hi, @cathay4t
I believe you are one of the main maintainers.
I’ll create the PR as described above.
Could you please review it?

@cathay4t
Copy link
Member

Hi,

I am not expert on this crate, @dzamlo might be better.

I am open to learn new stuff, if @dzamlo failed to find time for your patch.

@dzamlo
Copy link
Contributor

dzamlo commented Feb 12, 2025

Hi,

I didn't touch this crate or netfilter for some time, so I'm not an expert anymore.

@reyzell
Copy link

reyzell commented Feb 17, 2025

Hi there, I opened pull request #10 to expose conntrack new & destroy events, before I realized #9 covered similar functionality. It looks like #9 supports all conntrack messages. @terassyi is that right? Should we discard #10 or does it offer anything new?

@terassyi
Copy link
Author

Hi, @reyzell!

This pull request supports almost all conntrack messages except expect table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants