Re: Custom kernel with PIPEX without IPSEC failed to compile

2014-06-25 Thread Ivan Solonin
Thank you for your reply and patch. When I found out the mentioned compilation issue, a compiler stopped during compilation process with this message: ... SERS=32 -D_KERNEL -D__landisk__ -MD -MP -c ../../../../netinet/udp_usrreq.c ../../../../netinet/udp_usrreq.c: In function 'udp_input': ../.

Custom kernel with PIPEX without IPSEC failed to compile

2014-06-25 Thread Ivan Solonin
Sender: owner-m...@openbsd.org On-Behalf-Of: iss...@gmail.com Subject: Custom kernel with PIPEX without IPSEC failed to compile Message-Id: Recipient: adam.atkin...@damovo.com Received: from Mail2.damovo.com (109.204.121.44) by UK001B237.d.grp (10.8.1.9) with Microsoft SMTP Server (TLS

Re: Custom kernel with PIPEX without IPSEC failed to compile

2014-06-22 Thread YASUOKA Masahiko
On Sun, 22 Jun 2014 15:06:59 +0600 "Ivan Solonin" wrote: > 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

Re: Custom kernel with PIPEX without IPSEC failed to compile

2014-06-22 Thread Jérémie Courrèges-Anglas
Sender: owner-m...@openbsd.org On-Behalf-Of: j...@wxcvbn.org Subject: Re: Custom kernel with PIPEX without IPSEC failed to compile Message-Id: <87lhspkug7@ritchie.wxcvbn.org> Recipient: adam.atkin...@damovo.com Received: from Mail2.damovo.com (109.204.121.44) by UK001B237

Re: Custom kernel with PIPEX without IPSEC failed to compile

2014-06-22 Thread Jérémie Courrèges-Anglas
"Ivan Solonin" 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

Custom kernel with PIPEX without IPSEC failed to compile

2014-06-22 Thread Ivan Solonin
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