Package: iputils-tracepath
Version: 3:20020927-3.1
Severity: important
Tags: patch, upstream, ipv6

Hi,

tracepath6 always gives IPV6_HOPLIMIT: Protocol not available (2.6.19
kernel). Tracing this down gives a similiar patch as the one applied to
ping6.

Please consider for inclusion.

Bye,

Joerg

--- tracepath6.c.orig   2006-12-08 11:05:40.000000000 +0100
+++ tracepath6.c        2006-12-08 11:06:33.000000000 +0100
@@ -354,7 +354,7 @@
                perror("IP_RECVERR");
                exit(1);
        }
-       if (setsockopt(fd, SOL_IPV6, IPV6_HOPLIMIT, &on, sizeof(on))) {
+       if (setsockopt(fd, SOL_IPV6, IPV6_RECVHOPLIMIT, &on, sizeof(on))) {
                perror("IPV6_HOPLIMIT");
                exit(1);
        }

Attachment: signature.asc
Description: Digital signature

Reply via email to