[Openswan Users] build openswan 2.6.26 rpm with klips kernel module

Paul Wouters paul at xelerance.com
Tue Jun 1 19:49:26 EDT 2010


On Tue, 1 Jun 2010, Steve Zeng wrote:

> Thanks, Paul. I tried 2.6.26 rpm without nss and problem is back. i.e. 50% packet loss even between tunnel peers. So far only 2.6.24rc5 does not have packet loss.

hmm, perhaps it is worth it for you to then to run a "git bisect" to find the commit
that broke things for you.

Basically do:

git clone git://git.openswan.org/public/scm/openswan.public openswan-2
cd openswan-2
git checkout v2.6.24rc5
git bisect start
git bisect good
git checkout master
git bisect bad

see further: man git-bisect

Paul


More information about the Users mailing list