Re: [PATCH net-next 5/8] netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX
From: Florian Westphal <fw@strlen.de>
Date: 2025-09-02 00:04:35
Also in:
netfilter-devel
From: Florian Westphal <fw@strlen.de>
Date: 2025-09-02 00:04:35
Also in:
netfilter-devel
Pablo Neira Ayuso [off-list ref] wrote:
On Mon, Sep 01, 2025 at 01:46:02PM -0700, Jakub Kicinski wrote:quoted
Why is this not targeting net? The sooner we adjust the uAPI the better.
I considered it a new feature rather than a bug fix: Userspace can't rely on the existing api because kernels before 6.16 don't special-case the names provided, and nftables doesn't make use of the 6.16 "accident" (the attempt to re-use the existing device name attribute for this). The corresponding userspace changes (v4 uses the new attribute) haven't been merged yet. But sure, getting rid of the "accident" faster makes sense, thanks for suggesting this.
I think there were doubts that was possible at this stage. But I agree, it is a bit late but better fix it there.
Alright, I'll send a new nf-next PR with this one dropped in a few hours and a separate nf.git PR with this patch included. If you prefer to just apply this series sand this patch that worls for me too, I'll just follow this changesets' patchwork state.