Home
last modified time | relevance | path

Searched hist:ebfbc46b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dvport.cebfbc46b Tue Mar 16 15:14:27 CDT 2021 Flavio Leitner <fbl@sysclose.org> openvswitch: Warn over-mtu packets only if iface is UP.

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 Leitner <fbl@sysclose.org>
Signed-off-by: David S. Miller <davem@davemloft.net>