lkml.org 
[lkml]   [2020]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.4 06/70] vti4: removed duplicate log message.
    Date
    From: Jeremy Sowden <jeremy@azazel.net>

    commit 01ce31c57b3f07c91c9d45bbaf126124cce83a5d upstream.

    Removed info log-message if ipip tunnel registration fails during
    module-initialization: it adds nothing to the error message that is
    written on all failures.

    Fixes: dd9ee3444014e ("vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel")
    Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
    Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
    Cc: Guenter Roeck <linux@roeck-us.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    net/ipv4/ip_vti.c | 4 +---
    1 file changed, 1 insertion(+), 3 deletions(-)

    --- a/net/ipv4/ip_vti.c
    +++ b/net/ipv4/ip_vti.c
    @@ -666,10 +666,8 @@ static int __init vti_init(void)

    msg = "ipip tunnel";
    err = xfrm4_tunnel_register(&ipip_handler, AF_INET);
    - if (err < 0) {
    - pr_info("%s: cant't register tunnel\n",__func__);
    + if (err < 0)
    goto xfrm_tunnel_failed;
    - }

    msg = "netlink interface";
    err = rtnl_link_register(&vti_link_ops);

    \
     
     \ /
      Last update: 2020-05-01 15:25    [W:4.232 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site