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>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 23 Aug 2008 05:17:12 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	shemminger@...tta.com
Cc:	netdev@...r.kernel.org
Subject: Re: [RFC] ipv6: protocol for address routes

From: Stephen Hemminger <shemminger@...tta.com>
Date: Tue, 19 Aug 2008 08:54:41 -0700

> This fixes a problem spotted with zebra, but not sure if it is
> necessary a kernel problem.  With IPV6 when an address is added to
> an interface, Zebra creates a duplicate RIB entry, one as a
> connected route, and other as a kernel route.
>
> When an address is added to an interface the RTN_NEWADDR message
> causes Zebra to create a connected route. In IPV4 when an address is
> added to an interface a RTN_NEWROUTE message is set to user space
> with the protocol RTPROT_KERNEL. Zebra ignores these messages,
> because it already has the connected route.
>
> The problem is that route created in IPV6 has route protocol ==
> RTPROT_BOOT.  Was this a design decision or a bug? This fixes
> it. Same patch applies to both net-2.6 and stable.
>
> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>

I've applied this to net-2.6, thanks Stephen.
--
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