From owner-freebsd-amd64@freebsd.org Wed Feb 1 23:41:10 2017 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FB15CCCA11 for ; Wed, 1 Feb 2017 23:41:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 460E81E23 for ; Wed, 1 Feb 2017 23:41:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v11Nf926056396 for ; Wed, 1 Feb 2017 23:41:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 216681] IPsec traceroute6 -I does not work Date: Wed, 01 Feb 2017 23:41:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ae@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 23:41:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216681 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- CC|freebsd-amd64@FreeBSD.org |hrs@FreeBSD.org --- Comment #3 from Andrey V. Elsukov --- (In reply to Jason Mader from comment #2) > (In reply to Andrey V. Elsukov from comment #1) >=20 > Just for reference, Linux with a similar icmp6 out transport policy does = add > the AH. And FreeBSD does handle the echo response with AH. This is not linux or freebsd kernel specificity, this is how traceroute6 wo= rks. You can try to rebuild traceroute6 without IPSEC support, and I think it wi= ll work like you want.=20 Index: usr.sbin/traceroute6/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- usr.sbin/traceroute6/Makefile (revision 312816) +++ usr.sbin/traceroute6/Makefile (working copy) @@ -22,7 +22,7 @@ SRCS=3D as.c traceroute6.c BINOWN=3D root BINMODE=3D 4555 -CFLAGS+=3D -DIPSEC -DUSE_RFC2292BIS -DHAVE_POLL +CFLAGS+=3D -DUSE_RFC2292BIS -DHAVE_POLL CFLAGS+=3D -I${.CURDIR} -I${TRACEROUTE_DISTDIR} -I. WARNS?=3D 3 PS. I'm not sure, but, IMHO, almost all IPSEC related code in the tracerout= e6 is dead and should be removed. At least we have not implemented in our kern= el all these IPV6_[ESP|AUTH]_XXX socket options, that traceroute6 tries to configure. --=20 You are receiving this mail because: You are on the CC list for the bug.=