aboutsummaryrefslogtreecommitdiffstats
path: root/Source/patches/strongswan-2.6.4.patch
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-04-27 07:24:04 +0000
committerMartin Willi <martin@strongswan.org>2006-04-27 07:24:04 +0000
commite168ee1785eff740af1e5b6db635bdc7bda010fa (patch)
tree5db6ebde12654e76be5171548db8334791dcb896 /Source/patches/strongswan-2.6.4.patch
parent108b489f88ae4388c1eada3dfe8cceaba6adde85 (diff)
downloadstrongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.bz2
strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.xz
- add connection names to connections
- stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
Diffstat (limited to 'Source/patches/strongswan-2.6.4.patch')
-rw-r--r--Source/patches/strongswan-2.6.4.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/patches/strongswan-2.6.4.patch b/Source/patches/strongswan-2.6.4.patch
index ce6fe631f..9358efcd5 100644
--- a/Source/patches/strongswan-2.6.4.patch
+++ b/Source/patches/strongswan-2.6.4.patch
@@ -65,13 +65,13 @@ diff -Naur strongswan-2.6.4/programs/ipsec/ipsec.in strongswan-2.6.4-charon/prog
$IPSEC_EXECDIR/whack "--$op"
+ if test -e $IPSEC_EXECDIR/stroke
+ then
-+ $IPSEC_EXECDIR/stroke status
++ $IPSEC_EXECDIR/stroke "$op"
+ fi
else
$IPSEC_EXECDIR/whack --name "$1" "--$op"
+ if test -e $IPSEC_EXECDIR/stroke
+ then
-+ $IPSEC_EXECDIR/stroke status
++ $IPSEC_EXECDIR/stroke "$op" "$1"
+ fi
fi
exit 0