blob: 80ae16a6642028a02072cb19ac8be2e88e3396f6 (
plain)
1
2
3
4
5
6
|
help: Show all active IPsec Security Associations (SA)
run: if pgrep charon >&/dev/null; then
sudo /usr/libexec/vyos/op_mode/show_ipsec_sa.py
else
echo -e "IPSec Process NOT Running\n"
fi
|