• Matt Bennett's avatar
    ip6_gre: Reduce log level in ip6gre_err() to debug · a46496ce
    Matt Bennett authored
    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: default avatarMatt Bennett <matt.bennett@alliedtelesis.co.nz>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a46496ce
ip6_gre.c 41.2 KB