[Openswan Users] build openswan 2.6.26 rpm with klips kernel module
Steve Zeng
SteveZ at airg.com
Wed Jun 2 12:25:06 EDT 2010
I ran git as below and got some messages as below:
>git clone git://git.openswan.org/public/scm/openswan.public openswan-2
>cd openswan-2
>git checkout v2.6.24rc5
Note: moving to "v2.6.24rc5" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
git checkout -b <new_branch_name>
HEAD is now at cfb1191... removes some CVS cruft
git bisect start
git bisect good
>git checkout master
Switched to branch "master"
>git bisect bad
Bisecting: 229 revisions left to test after this
[c2bcbed0d74dbd77a4c3c7b42ab756032af905e5] Support for USE_TRANSPORT_MODE in IKEv2 [Avesh]
Thanks,
-steve
-----Original Message-----
From: users-bounces at openswan.org [mailto:users-bounces at openswan.org] On Behalf Of Steve Zeng
Sent: June 1, 2010 5:23 PM
To: Paul Wouters
Cc: mhw at WittsEnd.com; Users at openswan.org
Subject: Re: [Openswan Users] build openswan 2.6.26 rpm with klips kernel module
Sounds great. I will try that and keep u posted.
Steve
-----Original Message-----
From: Paul Wouters [mailto:paul at xelerance.com]
Sent: June 1, 2010 4:49 PM
To: Steve Zeng
Cc: mhw at WittsEnd.com; Users at openswan.org
Subject: RE: [Openswan Users] build openswan 2.6.26 rpm with klips kernel module
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
_______________________________________________
Users at openswan.org
http://lists.openswan.org/mailman/listinfo/users
Building and Integrating Virtual Private Networks with Openswan:
http://www.amazon.com/gp/product/1904811256/104-3099591-2946327?n=283155
More information about the Users
mailing list