(usagi-users 03645) Re: How to retrieve kernel's IPv6 routing cache table?
YOSHIFUJI Hideaki / 吉藤英明 <[email protected]>
| Newsgroups | gmane.linux.ipv6.usagi.users,gmane.linux.network |
|---|---|
| Organization | USAGI/WIDE Project |
| Message-ID | <[email protected]> |
Hello. In article <[email protected]> (at Thu, 30 Mar 2006 16:39:14 +0200), Peter Bieringer <[email protected]> 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