lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 25 Feb 2008 16:28:04 +0800
From:	Li Yewang <lyw@...fujitsu.com>
To:	swhiteho@...hat.com
CC:	netdev@...r.kernel.org
Subject: [NET] Can not send icmp netunreach packet

Hi Steven
 
    There is a bug about icmp netunreach.
    If the kernel does not find a route for a packet, it must send a 
icmp netunreach packet
    to the source host, and  discard  the packet.
    But the latest kernel  does not send a icmp netunreach packet 
because of the  fib_lookup
    return value  of -ESRCH when a route  is not found.

    I found a your patch about why 
changes the "not found" error return for the
    lookup function to -ESRCH. But I think this is not correct.
  
    Your patch is as following:      
   
http://git.kernel.org/?p=linux/kernel/git/davem/net-2.6.git;a=commitdiff;h=83886b6b636173b206f475929e58fac75c6f2446

     
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ