#17992: IPv6 with IPv6-PD does not work on BB-RC3/CC
--------------------------+-----------------------------------
  Reporter:  jostein      |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:  Barrier Breaker 14.07
 Component:  base system  |    Version:  Barrier Breaker 14.07
Resolution:               |   Keywords:
--------------------------+-----------------------------------

Comment (by jostein):

 Based on ticket here[1] I've added a tcpdump file of the ifup sequence,
 using the following procedure.

 Hopefully that might be helpful.

 {{{
 ifdown wan6
 { sleep 5; ifup wan6; } & tcpdump -i eth1 -w tcpdump.out ip6
 }}}

 Direct output can be observed here:
 {{{
 root@OpenWrt:~# ifdown wan6 & { sleep 5; ifup wan6; } & tcpdump -i eth1
 ip6
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
 14:23:10.431689 IP6 fe80::224:a5ff:fed8:7d38.dhcpv6-client >
 ff02::1:2.dhcpv6-server: dhcp6 release
 14:23:10.449102 IP6 fe80::224:a5ff:fed8:7d38 > ff02::16: HBH ICMP6,
 multicast listener report v2, 1 group record(s), length 28
 14:23:10.544248 IP6 fe80::214:f1ff:fee6:4031.dhcpv6-server >
 fe80::224:a5ff:fed8:7d38.dhcpv6-client: dhcp6 reply
 14:23:10.544564 IP6 fe80::224:a5ff:fed8:7d38 > fe80::214:f1ff:fee6:4031:
 ICMP6, destination unreachable, unreachable port, fe80::224:a5ff:fed8:7d38
 udp port dhcpv6-client, length 117
 14:23:10.889040 IP6 fe80::224:a5ff:fed8:7d38 > ff02::16: HBH ICMP6,
 multicast listener report v2, 1 group record(s), length 28
 14:23:15.461064 IP6 fe80::224:a5ff:fed8:7d38 > ff02::2: ICMP6, router
 solicitation, length 16
 14:23:15.463547 IP6 fe80::224:a5ff:fed8:7d38.dhcpv6-client >
 ff02::1:2.dhcpv6-server: dhcp6 solicit
 14:23:15.549049 IP6 fe80::224:a5ff:fed8:7d38 > fe80::214:f1ff:fee6:4031:
 ICMP6, neighbor solicitation, who has fe80::214:f1ff:fee6:4031, length 32
 14:23:15.555767 IP6 fe80::214:f1ff:fee6:4031 > fe80::224:a5ff:fed8:7d38:
 ICMP6, neighbor advertisement, tgt is fe80::214:f1ff:fee6:4031, length 24
 14:23:15.575578 IP6 fe80::214:f1ff:fee6:4031.dhcpv6-server >
 fe80::224:a5ff:fed8:7d38.dhcpv6-client: dhcp6 advertise
 14:23:15.576794 IP6 fe80::224:a5ff:fed8:7d38.dhcpv6-client >
 ff02::1:2.dhcpv6-server: dhcp6 request
 14:23:15.599947 IP6 fe80::214:f1ff:fee6:4031.dhcpv6-server >
 fe80::224:a5ff:fed8:7d38.dhcpv6-client: dhcp6 reply
 14:23:15.739129 IP6 fe80::224:a5ff:fed8:7d38 > ff02::16: HBH ICMP6,
 multicast listener report v2, 5 group record(s), length 108
 14:23:16.359134 IP6 :: > ff02::1:ff70:9fd8: ICMP6, neighbor solicitation,
 who has 2a02:fe0:c300:1:c1e0:c6a0:6c70:9fd8, length 24
 14:23:19.461831 IP6 fe80::224:a5ff:fed8:7d38 > ff02::2: ICMP6, router
 solicitation, length 16
 14:23:21.619048 IP6 fe80::224:a5ff:fed8:7d38 > ff02::16: HBH ICMP6,
 multicast listener report v2, 5 group record(s), length 108
 14:23:23.462247 IP6 fe80::224:a5ff:fed8:7d38 > ff02::2: ICMP6, router
 solicitation, length 16
 14:23:27.462616 IP6 fe80::224:a5ff:fed8:7d38 > ff02::2: ICMP6, router
 solicitation, length 16
 ^C
 18 packets captured
 18 packets received by filter
 0 packets dropped by kernel
 [2]+  Done                       sleep 5; ifup wan6
 [1]+  Done                       ifdown wan6
 }}}

 [1] https://dev.openwrt.org/ticket/16781

--
Ticket URL: <https://dev.openwrt.org/ticket/17992#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to