net/ipv6/addrconf.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
commit 2ea5642b74bf1d94192c2528bfcf3fe852aafb37
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Sep 8 08:30:17 2008 -0700

    ipv6: protocol for address routes
    
    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.
    patch applies to both net-2.6 and stable.
    
    Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
    
    Bugfix https://bugzilla.vyatta.com/show_bug.cgi?id=3589

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=2ea5642b74bf1d94192c2528bfcf3fe852aafb37
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to