vishvananda/netlink

Conntrack Insert

Opened this issue · 1 comments

Hi, I'm interested in maybe creating a PR to add Conntrack insert functionality similar to that of conntrack -I.

I didn't see a CONTRIBUTING file or similar, but do you have any particular requirements for such a PR?

Also, you likely have more experience than me, maybe there is a reason Insert functionality is missing. Are there any blockers or gotchas to look out for?

Finally, I'm currently using netlink v1.2.1-beta.2. I imagine a backport is not possible since these are tags. What branch should I branch from and PR into? And, what hope do I have of getting a new version pinned for my feature?

Thanks

Hi @aaaaaaaalex
No requirement needed. Just push a PR, somebody will review it.
Just clone this git repo and work on your branch.

Thank you