commit | cccc200fcaf04cff4342036a72e51d6adf6c98c1 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Wed Feb 28 11:43:27 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 28 12:18:51 2018 -0500 |
tree | fa390009b12a2b256309fef6b9b8799860561eb1 | |
parent | 30bbb983d896081b8bec12e84d5a8a1d483bb7fd [diff] |
ipvlan: egress mcast packets are not exceptional 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>