mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
do not delete existing routes with NETKEY
This commit is contained in:
parent
e93c68ba0d
commit
7a1f49c314
@ -289,6 +289,13 @@ fi
|
||||
# the big choice
|
||||
case "$PLUTO_VERB:$1" in
|
||||
prepare-host:*|prepare-client:*)
|
||||
if [ -z "$KLIPS" -a -z "$PLUTO_MY_SOURCEIP" ]
|
||||
then
|
||||
# exit because no route will be added,
|
||||
# so that existing routes can stay
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# delete possibly-existing route (preliminary to adding a route)
|
||||
case "$PLUTO_PEER_CLIENT_NET/$PLUTO_PEER_CLIENT_MASK" in
|
||||
"0.0.0.0/0.0.0.0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user