In article <[EMAIL PROTECTED]> (at Fri, 9 Dec 2005 11:45:04 +0200 (EET)), Pekka Savola <[EMAIL PROTECTED]> says:
> 1) after reboot (card in slot), default route shows up, but does not > get renewed. After timer expiry, the expiry timer seems to wrap > around, and after a couple of seconds, the route is removed. > > The router lifetime we use is 180 seconds. Once the timer goes to > zero, the next value appears to be "21334373". The last value that > shows before the route gets removed is "213342348", so 25 seconds > later: > > default via fe80::20a:5eff:fe51:7d58 dev eth1 proto kernel metric 1024 > expires 21334348sec mtu 1500 advmss 1440 metric 10 64 Well, route is removed by the periodic timer and its default interval is 60 sec; net.ipv6.route.gc_interval. The expired entry is not removed immediately. We, however, do not use the expired route any longer after it expires. --yoshfuji - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html