From 8bda23594d95803b9c812fe4ba93beee2c465f58 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 1 Oct 2022 10:57:39 +0100 Subject: T4722: consistently use the "IPsec" spelling for IPsec --- op-mode-definitions/vpn-ipsec.xml.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'op-mode-definitions/vpn-ipsec.xml.in') diff --git a/op-mode-definitions/vpn-ipsec.xml.in b/op-mode-definitions/vpn-ipsec.xml.in index 8c9e76651..f1af65fcb 100644 --- a/op-mode-definitions/vpn-ipsec.xml.in +++ b/op-mode-definitions/vpn-ipsec.xml.in @@ -55,9 +55,9 @@ - Restart IPSec VPN + Restart the IPsec VPN process - if pgrep charon >/dev/null ; then sudo ipsec restart ; sleep 3 ; sudo swanctl -q ; else echo "IPSec process not running" ; fi + if pgrep charon >/dev/null ; then sudo ipsec restart ; sleep 3 ; sudo swanctl -q ; else echo "IPsec process not running" ; fi @@ -134,7 +134,7 @@ - Show Internet Protocol Security (IPSec) information + Show Internet Protocol Security (IPsec) information @@ -151,19 +151,19 @@ - Show all active IPSec Security Associations (SA) + Show all active IPsec Security Associations (SA) - Show Verbose Detail on all active IPSec Security Associations (SA) + Show Verbose Detail on all active IPsec Security Associations (SA) - if pgrep charon >/dev/null ; then sudo /usr/sbin/ipsec statusall ; else echo "IPSec process not running" ; fi + if pgrep charon >/dev/null ; then sudo /usr/sbin/ipsec statusall ; else echo "IPsec process not running" ; fi - if pgrep charon >/dev/null ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_sa ; else echo "IPSec process not running" ; fi + if pgrep charon >/dev/null ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_sa ; else echo "IPsec process not running" ; fi @@ -197,9 +197,9 @@ - Show status of IPSec process + Show status of IPsec process - if pgrep charon >/dev/null ; then echo -e "IPSec Process Running: $(pgrep charon)\n$(sudo /usr/sbin/ipsec status)" ; else echo "IPSec process not running" ; fi + if pgrep charon >/dev/null ; then echo -e "IPsec Process Running: $(pgrep charon)\n$(sudo /usr/sbin/ipsec status)" ; else echo "IPsec process not running" ; fi -- cgit v1.2.3