(racoon 719) Re: racoon + Cisco VPN Client

Shoichi Sakane <[email protected]> Fri, 10 Sep 2004 15:18:30 +0900
Newsgroups gmane.network.ipv6.kame.racoon
Message-ID <[email protected]>
>> Newer racoon + hybrid auth support can be found here:
>>  http://ftp.espci.fr/shadow/manu/racoon-20040828.tgz

>> Anyone can tell me if this is going to be integrated in KAME repository
>> one day?

> > We had no environment to test these features.
> > Have you verified if any trouble exists with the additional changes?
> > if you have, we'll commit the code to racoon CVS tree.

> I used the code and had no problem with it. It works and I'm not aware 
> of any problem it introduces, but I cannot swear it does't break something 
> else. Given the nature of the changes, there are little chances it could 
> breaks something, though.

i made the patch for the current racoon in the repository
to support the features.  i attached it to this mail.
could anyone apply it and check if the features would be enable ?
to enable the features, use --enable-hybrid option when you
run the configure command.

	% patch -p1 < racoon-hybrid.patch
	% ./configure --enable-hybrid
	% make

if the patch will work fine, i will commit it soon.