https://bugzilla.novell.com/show_bug.cgi?id=876521 https://bugzilla.novell.com/show_bug.cgi?id=876521#c3 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |schwab@suse.com |ovo.novell.com | --- Comment #3 from Marcus Meissner <meissner@suse.com> 2014-05-06 16:16:30 UTC --- $ ping6 www.heise.de PING www.heise.de(c163:9055:2a02:2e0:3fe:1001:7777:772e) 56 data bytes $ dig aaaa www.heise.de www.heise.de. 2781 IN AAAA 2a02:2e0:3fe:1001:7777:772e:2:85 $ ping6 2a02:2e0:3fe:1001:7777:772e:2:85 PING 2a02:2e0:3fe:1001:7777:772e:2:85(2a02:2e0:3fe:1001:7777:772e:2:85) 56 data bytes 64 bytes from 2a02:2e0:3fe:1001:7777:772e:2:85: icmp_seq=1 ttl=55 time=6.11 ms ^C But: $ telnet www.heise.de 80 Trying 2a02:2e0:3fe:1001:7777:772e:2:85... ... works ... gdb ping6 (gdb) list 911 hints.ai_family = AF_INET6; 912 #ifdef USE_IDN 913 hints.ai_flags = AI_IDN; 914 #endif 915 gai = getaddrinfo(target, NULL, &hints, &ai); 916 if (gai) { 917 fprintf(stderr, "unknown host\n"); 918 exit(2); 919 } 920 (gdb) print *(struct sockaddr_in6*)ai->ai_addr $7 = {sin6_family = 10, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {__in6_u = {__u6_addr8 = "\301c\220U*\002\002\340\003\376\020\001www.", __u6_addr16 = {25537, 21904, 554, 57346, 65027, 272, 30583, 11895}, __u6_addr32 = {1435526081, 3758228010, 17890819, 779581303}}}, sin6_scope_id = 0} (gdb) print target $8 = 0x7fffffffe7e6 "www.heise.de" (gdb) print /x *(struct sockaddr_in6*)ai->ai_addr $9 = {sin6_family = 0xa, sin6_port = 0x0, sin6_flowinfo = 0x0, sin6_addr = {__in6_u = {__u6_addr8 = {0xc1, 0x63, 0x90, 0x55, 0x2a, 0x2, 0x2, 0xe0, 0x3, 0xfe, 0x10, 0x1, 0x77, 0x77, 0x77, 0x2e}, __u6_addr16 = {0x63c1, 0x5590, 0x22a, 0xe002, 0xfe03, 0x110, 0x7777, 0x2e77}, __u6_addr32 = {0x559063c1, 0xe002022a, 0x110fe03, 0x2e777777}}}, sin6_scope_id = 0x0} (gdb) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.