• Matt Bennett's avatar
    ip6_tunnel: Reduce log level in ip6_tnl_err() to debug · 17a10c92
    Matt Bennett authored
    Currently error log messages in ip6_tnl_err are printed at 'warn'
    level. This is different to 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: default avatarMatt Bennett <matt.bennett@alliedtelesis.co.nz>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    17a10c92
ip6_tunnel.c 47.5 KB