ipvlan: egress mcast packets are not exceptional
authorPaolo Abeni <pabeni@redhat.com>
Wed, 28 Feb 2018 10:43:27 +0000 (11:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Mar 2020 08:07:41 +0000 (09:07 +0100)
commit276a875f7124b24c735e67e40a52a4f64047a501
tree6b75863496c494d7d89ff855ab0ce7985f56e3ad
parent96ce4520f3952f899fc43408434f4fa501545e66
ipvlan: egress mcast packets are not exceptional

commit cccc200fcaf04cff4342036a72e51d6adf6c98c1 upstream.

Currently, if IPv6 is enabled on top of an ipvlan device in l3
mode, the following warning message:

 Dropped {multi|broad}cast of type= [86dd]

is emitted every time that a RS is generated and dmseg is soon
filled with irrelevant messages. Replace pr_warn with pr_debug,
to preserve debuggability, without scaring the sysadmin.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ipvlan/ipvlan_core.c