1. 23 8月, 2008 1 次提交
    • S
      ipv6: protocol for address routes · f410a1fb
      Stephen Hemminger 提交于
      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: NStephen Hemminger <shemminger@vyatta.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f410a1fb
  2. 15 8月, 2008 1 次提交
  3. 26 7月, 2008 1 次提交
  4. 23 7月, 2008 1 次提交
  5. 21 7月, 2008 1 次提交
  6. 20 7月, 2008 1 次提交
  7. 09 7月, 2008 3 次提交
  8. 03 7月, 2008 3 次提交
  9. 20 6月, 2008 1 次提交
  10. 12 6月, 2008 3 次提交
  11. 05 6月, 2008 2 次提交
  12. 20 5月, 2008 2 次提交
  13. 22 4月, 2008 1 次提交
  14. 14 4月, 2008 3 次提交
  15. 12 4月, 2008 5 次提交
  16. 11 4月, 2008 1 次提交
  17. 05 4月, 2008 1 次提交
  18. 04 4月, 2008 3 次提交
  19. 03 4月, 2008 1 次提交
  20. 02 4月, 2008 2 次提交
  21. 26 3月, 2008 3 次提交