netlink icon indicating copy to clipboard operation
netlink copied to clipboard

Adds ConntrackCreate & ConntrackUpdate

Open aaaaaaaalex opened this issue 1 year ago • 1 comments

  • Also refactored setUpNetlinkTestWithKModule in test infrastructure, to reduce redundant NS's created and redundant checks made.

  • Add conntrack protoinfo TCP support + groundwork for other protocols.

    • Will parse TCP protoinfo name+state when reading from kernel.
    • Will just parse other protocol's names and skip the rest.
    • Will only write TCP protoinfo name+state back to kernel, other protocol's groundwork is laid down.
  • Tests to cover the above.

aaaaaaaalex avatar Dec 18 '23 10:12 aaaaaaaalex

PR for #918

fasaxc avatar Jan 17 '24 11:01 fasaxc

LGTM

@aaaaaaaalex please resolve the conflicts

aboch avatar Jul 03 '24 20:07 aboch

@aboch done, thanks

aaaaaaaalex avatar Jul 04 '24 14:07 aaaaaaaalex