blob: 112cbf65ebbea515e2a44d27e7087128207c9ad7 (
plain)
1
2
3
4
5
6
|
help: Show detailed VPN debugging information
run: if [ -d $VYATTA_ACTIVE_CONFIGURATION_DIR/vpn/ipsec/site-to-site/peer ] && [ -n "`ls $VYATTA_ACTIVE_CONFIGURATION_DIR/vpn/ipsec/site-to-site/peer/`" ] ; then
/opt/vyatta/bin/sudo-users/vyatta-vpn-op.pl --op=show-vpn-debug-detail
else
echo VPN ipsec not configured
fi
|