Re: [PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

From: netdev
Date: Wed Sep 28 2022 - 03:50:08 EST


On 2022-09-28 08:59, Ido Schimmel wrote:

Why not found? This works:

# bridge fdb add 00:11:22:33:44:55 dev br0 self local
$ bridge fdb get 00:11:22:33:44:55 br br0

With:
# bridge fdb replace 00.11.22.33.44.55 dev $swpX static

fdb_find_rcu() will not find the entry added with 'dev br0' above, and will thus add a new entry afaik.