[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 03645) Re: How to retrieve kernel's IPv6 routing cache table?



Hello.

In article <442BED92.4030007@xxxxxxxxxxxx> (at Thu, 30 Mar 2006 16:39:14 +0200), Peter Bieringer <pb@xxxxxxxxxxxx> says:

> IPv6:
> # ip -6 route show table cache
> ff02::1 via ff02::1 dev eth0  metric 0
>     cache  mtu 1280 advmss 1220 metric 10 4294967295
> ff02::1:ffea:7781 via ff02::1:ffea:7781 dev eth0  metric 0
>     cache  mtu 1280 advmss 1220 metric 10 4294967295
> 
> That's all? I would expect similar to IPv4 like:

No surprise, that's all.

> # ip -4 route show table cache
> local 127.0.0.1 from 127.0.0.1 dev lo
>     cache <local>  mtu 16436 advmss 16396 metric 10 64
:

We don't have "cache" route unless it is link-local, or
you got e.g. "too big" or "redirect", so far.

--yoshfuji