From owner-svn-src-all@freebsd.org Sun Apr 24 16:11:21 2016 Return-Path: Delivered-To: svn-src-all@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 83CF6B1B0BB; Sun, 24 Apr 2016 16:11:21 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward11h.cmail.yandex.net (forward11h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::9c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F40CE1FE9; Sun, 24 Apr 2016 16:11:20 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward11h.cmail.yandex.net (Yandex) with ESMTP id B962020DE4; Sun, 24 Apr 2016 19:11:06 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 3624C1340327; Sun, 24 Apr 2016 19:11:04 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Qr71CUGggk-B4H4b6x3; Sun, 24 Apr 2016 19:11:04 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1461514264; bh=bwTUBu1EnItBsYwST+OdoGzH6fHh4qPaCpl+AJbkLOQ=; h=Subject:To:References:Cc:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type; b=hS/ZPwzliXmrQcTPOp0yl1kKEcODzxuLS2uWfbkHxxBow367qzGyWqkf+hQagydA8 h2GEnskZyTtw5PSWKRUscbjsPkArYG4sAD/eypzHvQ/3hczSFc7F62/u6mP8Wexl90 xSgbZE/EeOxPQj7GchTFB4pQA6LYbyrOy+zVEukw= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r298535 - head/sys/netipsec To: "Bjoern A. Zeeb" References: <201604240902.u3O92HXA038401@repo.freebsd.org> <571CEE06.6000503@FreeBSD.org> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, George Neville-Neil From: "Andrey V. Elsukov" Message-ID: <571CEF96.8030503@yandex.ru> Date: Sun, 24 Apr 2016 19:08:54 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <571CEE06.6000503@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QvTfMN4xREOFRQjNJNbNeGQSIPrAICpgS" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 16:11:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QvTfMN4xREOFRQjNJNbNeGQSIPrAICpgS Content-Type: multipart/mixed; boundary="VPldFtaK0PoLc2la5CW0WpCW01qd18vrk" From: "Andrey V. Elsukov" To: "Bjoern A. Zeeb" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, George Neville-Neil Message-ID: <571CEF96.8030503@yandex.ru> Subject: Re: svn commit: r298535 - head/sys/netipsec References: <201604240902.u3O92HXA038401@repo.freebsd.org> <571CEE06.6000503@FreeBSD.org> In-Reply-To: <571CEE06.6000503@FreeBSD.org> --VPldFtaK0PoLc2la5CW0WpCW01qd18vrk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 24.04.16 19:02, Andrey V. Elsukov wrote: > On 24.04.16 18:55, Bjoern A. Zeeb wrote: >>> +#ifdef INET >>> + ipe4_cookie =3D encap_attach_func(AF_INET, IPPROTO_IPV4, >>> + ipcomp4_nonexp_encapcheck, &ipcomp_protosw, NULL); >>> +#endif >>> +#ifdef INET6 >>> + ipe6_cookie =3D encap_attach_func(AF_INET6, IPPROTO_IPV6, >>> + ipcomp6_nonexp_encapcheck, &ipcomp_protosw, NULL); >> >> This looks wrong to me but also with regards to NOINET kernels won=E2=80= =99t compile. >=20 > Thanks, I'll fix NOINET kernels, but what wrong here? I think I understand what you mean. I will fix, thanks again. --=20 WBR, Andrey V. Elsukov --VPldFtaK0PoLc2la5CW0WpCW01qd18vrk-- --QvTfMN4xREOFRQjNJNbNeGQSIPrAICpgS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXHO+WAAoJEAHF6gQQyKF6FhcIAJBafkCTKqvjsUxOaa5ofslr 3o1KdhtoPaZAT/AeNzaxO9N/d9+l4a1iyVgGCltJRbyuqN3IkBW90qhBptIg/+2y v+rEf/zS/XCDKQBPQAb+Phu2DAxcKZ40rfYYjWRD/XznIh3uoOWE9kWb2d80Onwe hxFg3MKLn/E9YJ3a13m7kbYXNGkaqftpGfvtlyw+E8q/VPQVtuEISF478J9w/LqI 5Yk7bkl1ymdXsAw3GsyLIVXmA8jL5NKiQGQqdi4AIkZ0F1xmxfXGjrAHQusVQ1kH PZqudoHxOYvIMCEiraWMziqUO3LT3lQbjjuTEheUQCMNS/o2hCMg+Dl9SAy63wE= =AxZi -----END PGP SIGNATURE----- --QvTfMN4xREOFRQjNJNbNeGQSIPrAICpgS--