On Fri, Mar 20, 2026 at 06:05:33AM +0100, Aleksandr Loktionov wrote: > From: Jakub Staniszewski <[email protected]> > > Correct the logic in ndo_fdb_del() to align with other drivers in > upstream. The condition was inverted — it was rejecting permanent > (NUD_PERMANENT) MAC addresses while allowing non-permanent ones to be > deleted, which is the opposite of the intended behavior. > > The correct logic is to reject deletion of non-permanent entries, > mirroring the fix applied to ndo_dflt_fdb_del() in commit 645359930231 > ("rtnetlink: Fix inverted check in ndo_dflt_fdb_del()"). > > Fixes: e94d4478669357cd ("ice: Implement filter sync, NDO operations and bump > version") > Signed-off-by: Jakub Staniszewski <[email protected]> > Signed-off-by: Aleksandr Loktionov <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
