Date: Tue, 9 Apr 2013 23:20:34 GMT From: Clint <clint@clintarmstrong.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177741: sipcalc cannot handle ipv6 zone index Message-ID: <201304092320.r39NKYH2015000@red.freebsd.org> Resent-Message-ID: <201304092330.r39NU1Yc073667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177741 >Category: ports >Synopsis: sipcalc cannot handle ipv6 zone index >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 09 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Clint >Release: 9.1-release >Organization: >Environment: 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r246186M: Fri Feb 1 00:21:40 CET 2013 root@dev.nas4free.org:/usr/obj/nas4free/usr/src/sys/NAS4FREE-amd64 amd64 >Description: sipcalc freaks out when given a zone index in the form of "%int", for example: fe80::20c:29ff:fe94:a79d%vmx3f0 Currently sipcalc outputs: # sipcalc fe80::20c:29ff:fe94:a79d%vmx3f0 -[int-ipv4 : fe80::20c:29ff:fe94:a79d%vmx3f0] - 0 -[ERR : Unable to retrieve interface information] - sipcalc should output: # sipcalc fe80::20c:29ff:fe94:a79d -[ipv6 : fe80::20c:29ff:fe94:a79d] - 0 [IPV6 INFO] Expanded Address - fe80:0000:0000:0000:020c:29ff:fe94:a79d%vmx3f0 Compressed address - fe80::20c:29ff:fe94:a79d%vmx3f0 Subnet prefix (masked) - fe80:0:0:0:20c:29ff:fe94:a79d%vmx3f0/128 Address ID (masked) - 0:0:0:0:0:0:0:0%vmx3f0/128 Prefix address - ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff Prefix length - 128 Address type - Link-Local Unicast Addresses Network range - fe80:0000:0000:0000:020c:29ff:fe94:a79d%vmx3f0 - fe80:0000:0000:0000:020c:29ff:fe94:a79d%vmx3f0 >How-To-Repeat: # sipcalc fe80::20c:29ff:fe94:a79d%vmx3f0 -[int-ipv4 : fe80::20c:29ff:fe94:a79d%vmx3f0] - 0 -[ERR : Unable to retrieve interface information] - >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304092320.r39NKYH2015000>