Sender: [email protected]
On-Behalf-Of: [email protected]
Subject: Re: Custom kernel with PIPEX without IPSEC failed to compile
Message-Id: <[email protected]>
Recipient: [email protected]
Received: from Mail2.damovo.com (109.204.121.44)
        by UK001B237.d.grp (10.8.1.9) with Microsoft SMTP Server (TLS) id 
14.2.318.4; Sun, 22 Jun 2014 13:20:57 +0100
Received: from cluster-j.mailcontrol.com (85.115.54.190)
        by Mail2.damovo.com (109.204.121.44) with Microsoft SMTP Server (TLS) 
id 14.2.318.4; Sun, 22 Jun 2014 13:20:56 +0100
Received: from shear.ucar.edu (lists.openbsd.org [192.43.244.163])
        by rly45j.srv.mailcontrol.com (MailControl) with ESMTP id 
s5MCKqbQ004783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 
verify=FAIL)
        for <[email protected]>; Sun, 22 Jun 2014 13:20:55 +0100
Received: from openbsd.org (localhost [127.0.0.1])
        by shear.ucar.edu (8.14.5/8.14.5) with ESMTP id s5MCUnkU005827
        for <[email protected]>; Sun, 22 Jun 2014 06:30:49 -0600 (MDT)
Received: from chomsky.autogeree.net (chomsky.autogeree.net [91.216.110.36])
        by shear.ucar.edu (8.14.5/8.14.5) with ESMTP id s5MCUTvg030186 
(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
        for <[email protected]>; Sun, 22 Jun 2014 06:30:31 -0600 (MDT)
Received: from ritchie.wxcvbn.org (localhost [127.0.0.1])
        by wxcvbn.org (8.14.8/8.14.8) with ESMTP id s5MCJcxL011658; Sun, 22 Jun 
2014 14:19:38 +0200 (CEST)
Received: (from jca@localhost)
        by ritchie.wxcvbn.org (8.14.8/8.14.8/Submit) id s5MCJaa4026132; Sun, 22 
Jun 2014 14:19:36 +0200 (CEST)
From: =?utf-8?Q?J=C3=A9r=C3=A9mie_Courr=C3=A8ges-Anglas?= <[email protected]>
To: Ivan Solonin <[email protected]>
CC: <[email protected]>
Subject: Re: Custom kernel with PIPEX without IPSEC failed to compile
References: <[email protected]>
Mail-Followup-To: "Ivan Solonin" <[email protected]>, [email protected]
Date: Sun, 22 Jun 2014 14:19:36 +0200
Message-ID: <[email protected]>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
List-Help: <mailto:[email protected]?body=help>
List-ID: <misc.openbsd.org>
List-Owner: <mailto:[email protected]>
List-Post: <mailto:[email protected]>
List-Subscribe: <mailto:[email protected]?body=sub%20misc>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20misc>
X-Loop: [email protected]
Precedence: list
Sender: <[email protected]>
X-Mailcontrol-Inbound: 8gSgIv9v3sbRnxYICSb3h!uiaIa96vptNsOUTq2TeYo=
X-Spam-Score: 1.106
X-Scanned-By: MailControl 28796.38 (www.mailcontrol.com) on 10.74.0.155
Return-Path: [email protected]
X-MS-Exchange-Organization-OriginalArrivalTime: 22 Jun 2014 12:20:56.5112 (UTC)
X-MS-Exchange-Organization-OriginalClientIPAddress: 85.115.54.190
X-MS-Exchange-Organization-OriginalServerIPAddress: 109.204.121.44
X-MS-Exchange-Organization-MessageDirectionality: Incoming
X-MS-Exchange-Organization-Cross-Premises-Headers-Processed: Mail2.damovo.com
X-MS-Exchange-Organization-PRD: openbsd.org
Received-SPF: None (Mail2.damovo.com: [email protected] does not designate 
permitted sender hosts)
X-MS-Exchange-Organization-OriginalSize: 2778
X-MS-Exchange-Forest-MessageScope: 00000000-0000-0000-0000-000000000000
X-MS-Exchange-Organization-MessageScope: 00000000-0000-0000-0000-000000000000
X-MS-Exchange-Organization-HygienePolicy: Standard
X-MS-Exchange-Organization-AVStamp-Mailbox: MSFTFF;1;0;0 0 0
X-MS-Exchange-Organization-MessageLatencyInProgress: 
LSRV=Mail2.damovo.com:TOTAL=0;2014-06-22T12:20:56.760Z
X-MS-Exchange-Forest-ArrivalHubServer: UK001B237.d.grp
X-MS-Exchange-Organization-SenderIdResult: NONE
X-MS-Exchange-Organization-AuthSource: Mail2.damovo.com
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-MessageLatency: SRV=Mail2.damovo.com:TOTAL=0
X-MS-Exchange-Organization-Recipient-Limit-Verified: True
X-MS-Exchange-Forest-RulesExecuted: UK001B237
X-MS-Exchange-Organization-Rules-Execution-History: 
WW-SetDomainsAsNotJunk%%%DamovoUK-FaultEscalation%%%DamovoUK_AutoResponse%%%DE-UPSAlarmRule%%%BE-OutboundDisclaimer%%%WW-OutboundDisclaimer%%%UK-OutboundDisclaimer%%%IE-OutboundDisclaimer%%%DamovoUK_GFiRule%%%DE-Redirect_Techem%%%CH-SupportRule%%%UKScanToEmailBlockExternal

"Ivan Solonin" <[email protected]> writes:

> I tried to compile custom kernel in the 5.5 release of OpenBSD on landisk 
> platform with PIPEX, but found requirment of IPSEC by PIPEX.
> As I've found in file /sys/netinet/udp_usrreq.c it uses IPSEC only with L2TP 
> to distinguish IPsec packets against non-IPsec.
> Is PIPEX so strong require IPSEC?
> Is it possible to compile custom kernel with PIPEX enabled, but without IPSEC?

The landisk 5.5 kernel weighs 3664076 bytes. I'd say that trying to get
rid of a few kilobytes won't help much.

Regarding your actual question, no idea. ;)

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to