Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 16 Mar 2021 17:14:27 -0300 you wrote:
> It is not unusual to have the bridge port down. Sometimes
> it has the old MTU, which is fine since it's not being used.
>
> However, the kernel spams the log with a warning
It is not unusual to have the bridge port down. Sometimes
it has the old MTU, which is fine since it's not being used.
However, the kernel spams the log with a warning message
when a packet is going to be sent over such port. Fix that
by warning only if the interface is UP.
Signed-off-by: Flavio