On Sun, Jul 03, 2022 at 10:36:25AM +0300, Vladimir Oltean wrote: > The first host interface has by default no interest in receiving packets > MAC DA de:ad:be:ef:13:37, so it might drop them before they hit the tc > filter and this might confuse the selftest. > > Enable promiscuous mode such that the filter properly counts received > packets. > > Fixes: d4deb01467ec ("selftests: forwarding: Add a test for FDB learning") > Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx> Tested-by: Ido Schimmel <idosch@xxxxxxxxxx>