On 01/04/2025 06:53, Simon Horman wrote:
On Mon, Mar 31, 2025 at 04:56:18PM -0300, Pedro Tammela wrote:
In iproute 6.14, the nat ip mask logic was fixed to remove a undefined behaviour. So now instead of reporting '0.0.0.0/32' on x86 and potentially '0.0.0.0/0' in other platforms, it reports '0.0.0.0/0' in all platforms.
Hi Pedro,
As a fix for 'net' usually a Fixes tag would go here. But perhaps that isn't appropriate in this case for some reason?
Signed-off-by: Pedro Tammela pctammela@mojatatu.com
I am assuming that you are referring to this fix:
- [PATCH iproute2-next] tc: nat: Fix mask calculation https://lore.kernel.org/netdev/20250306112520.188728-1-torben.nielsen@prevas...
If so, it might be nice to include a reference to it in the commit message.
Will do, thanks!
And also, if so, this change looks good to me:
Reviewed-by: Simon Horman horms@kernel.org