ip6_gre: Reduce log level in ip6gre_err() to debug
authorMatt Bennett <matt.bennett@alliedtelesis.co.nz>
Wed, 23 Sep 2015 04:58:31 +0000 (16:58 +1200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Sep 2015 22:28:43 +0000 (15:28 -0700)
commita46496ce38eeb401344d5623c1960dbf2f1769be
treec983fa95d231d82d661495fa6cb65304e01fedcf
parent41fc014332d91ee90c32840bf161f9685b7fbf2b
ip6_gre: Reduce log level in ip6gre_err() to debug

Currently error log messages in ip6gre_err are printed at 'warn'
level. This is different to most other tunnel types which don't
print any messages. These log messages don't provide any information
that couldn't be deduced with networking tools. Also it can be annoying
to have one end of the tunnel go down and have the logs fill with
pointless messages such as "Path to destination invalid or inactive!".

This patch reduces the log level of these messages to 'dbg' level to
bring the visible behaviour into line with other tunnel types.

Signed-off-by: Matt Bennett <matt.bennett@alliedtelesis.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_gre.c