netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB#1022
netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB#1022aboch merged 1 commit intovishvananda:mainfrom
Conversation
d2687fc to
271495d
Compare
|
cc @borkmann |
271495d to
bc6d01f
Compare
|
Hi 👋 @aboch, if you get a chance, please take a look. :) |
|
Sure this will go in. |
This is going into 6.13, not 6.12, but I expect stable to pick this up as well, for reference (top 2 commits): |
|
@aboch Have a chance to merge if it looks good to you? (It's blocking a few important Cilium fixes in relation to netkit). Thanks so much for your help. |
|
Just to follow up, I'm also curious what the release cadence is? We can potentially pin |
A recent patch series adds support for two new netkit flags,
IFLA_NETKIT_SCRUBandIFLA_NETKIT_PEER_SCRUB, allowing configuration of the the packet scrubbing behavior for the primary and peer device, respectively. This PR adds support for these new flags. As a follow up, this PR will be used to implement this fix in Cilium.