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

(usagi-users 03667) Re: Problems with stateless autoconf tests ...



Hi Heiko,

2.6.14 or former kernel had an issue - when the auto-negotiation
took long time, DAD NS was lost.  This issue looks like that issue.

 Ref. [IPV6] Run DAD when the link becomes ready.
   http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=c5e33bddd3c798f681f8f3027270127be6b61a3b

However, 2.6.15 should not have this issue.
To make sure, could you try to let the auto-negotiation off?

Thank you,
--
Mitsuru Chinen <mitch@xxxxxxxxxx>


Heiko Gerstung wrote:
Hi, Mitsuru:


Mitsuru Chinen wrote:

configuration do I have to set up in order to pass these tests?

I am pretty sure this is a configuration issue. What kind of

I think no special configuration is required on these tests.
Could you show me the result of the following command?

$ tcpdump -e -n -vvv -r ./stateless-addrconf/1.html.Link0.dump

Yes, and thanks for your support:

13:34:33.622941 00:e0:4b:0a:08:f9 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::2e0:4bff:fe0a:8f9 > ff02::2: [icmp6 sum ok] icmp6: router solicitation (src lladdr: 00:e0:4b:0a:08:f9) (len 16, hlim 255)
13:34:36.984438 00:e0:4b:0a:08:f9 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::2e0:4bff:fe0a:8f9 > ff02::2: [icmp6 sum ok] icmp6: router solicitation (src lladdr: 00:e0:4b:0a:08:f9) (len 16, hlim 255)
13:34:40.984714 00:e0:4b:0a:08:f9 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::2e0:4bff:fe0a:8f9 > ff02::2: [icmp6 sum ok] icmp6: router solicitation (src lladdr: 00:e0:4b:0a:08:f9) (len 16, hlim 255)
13:35:52.256948 00:e0:4b:0a:08:f9 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::2e0:4bff:fe0a:8f9 > ff02::2: [icmp6 sum ok] icmp6: router solicitation (src lladdr: 00:e0:4b:0a:08:f9) (len 16, hlim 255)
13:35:55.601131 00:e0:4b:0a:08:f9 > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: fe80::2e0:4bff:fe0a:8f9 > ff02::16: HBH (rtalert: 0x0000) (padn)[icmp6 sum ok] icmp6: type-#143 [hlim 1] (len 36)
13:35:56.257179 00:e0:4b:0a:08:f9 > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: fe80::2e0:4bff:fe0a:8f9 > ff02::2: [icmp6 sum ok] icmp6: router solicitation (src lladdr: 00:e0:4b:0a:08:f9) (len 16, hlim 255)
13:36:05.246347 00:00:00:00:01:00 > 33:33:ff:0a:08:f9, ethertype IPv6 (0x86dd), length 78: :: > ff02::1:ff0a:8f9: [icmp6 sum ok] icmp6: neighbor sol: who has fe80::2e0:4bff:fe0a:8f9 (len 24, hlim 255)
13:36:05.246747 00:e0:4b:0a:08:f9 > 33:33:00:00:00:01, ethertype IPv6 (0x86dd), length 86: fe80::2e0:4bff:fe0a:8f9 > ff02::1: [icmp6 sum ok] icmp6: neighbor adv: tgt is fe80::2e0:4bff:fe0a:8f9(O)(tgt lladdr: 00:e0:4b:0a:08:f9) (len 32, hlim 255)


Kind regards,
Heiko