Re: [strongSwan] ipsec update kills current connection without config change

2009-08-03 Thread Michael Niehren
Hi Andreas, now it work's (nearly) perfect :-))) I have one small problem left, currently i am using about 20 VPN's on a AMD Geode 500 MHz. If i do an ipsec restart, the 8 seconds for shutting down pluto is not enougth, so i got an error. I have build a workaround for this in my init-Script:

Re: [strongSwan] ipsec update kills current connection without config change

2009-08-02 Thread Andreas Steffen
Hi Michael, I found and fixed another bug introduced by the redefinition of the bool standard type some time ago. bool now maps to a char not an int under Linux, so boolean arguments must be handled separately by cmp_args():

Re: [strongSwan] ipsec update kills current connection without config change

2009-07-31 Thread Michael Niehren
Hi Andreas, thanks for your help, but the problem still exists in V4.3.4rc1. I am currently using kernel V2.6.27.28. i will try out the V4.3.3 with the patch ... kind regards, Michael Am Dienstag, 28. Juli 2009 16:00 schrieb Andreas Steffen: Hi Michael, due to the additional keywords

Re: [strongSwan] ipsec update kills current connection without config change

2009-07-28 Thread Andreas Steffen
Hi Michael, due to the additional keywords introduced for the Multiple Authentication Exchanges with the strongSwan 4.3 branch, the KW_END_FIRST..KW_END_LAST range did not map to the KW_LEFT and KW_RIGHT ranges any more. This bug has been fixed with the following patch: