diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
commit | e168ee1785eff740af1e5b6db635bdc7bda010fa (patch) | |
tree | 5db6ebde12654e76be5171548db8334791dcb896 /Source/patches/strongswan-2.6.4.patch | |
parent | 108b489f88ae4388c1eada3dfe8cceaba6adde85 (diff) | |
download | strongswan-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.patch | 4 |
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 |