This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 641baa86e04b6c5e8d6275f62c2b933585087b5a (commit) from b26fa79a08060254fb88e10cd6b2e62059ab1925 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 641baa86e04b6c5e8d6275f62c2b933585087b5a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jul 3 15:36:44 2011 +0200
ipsec: fix vpn-watch ikev2 skipping.
-----------------------------------------------------------------------
Summary of changes: src/scripts/vpn-watch | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 2bd5168..63b2442 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -42,7 +42,8 @@ while ( $i == 0){ my $status = `ipsec whack --status`; foreach (@vpnsettings){ my @settings = split(/,/,$_); - + + chomp($settings[30]); if ($settings[30] eq 'ikev2'){next;} if ($settings[27] ne 'RED'){next;} if ($settings[4] ne 'net'){next;}
hooks/post-receive -- IPFire 2.x development tree