summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-08-25 19:26:00 +0200
committerGitHub <noreply@github.com>2022-08-25 19:26:00 +0200
commite8dc2c731697c7c76c75fa7844edde52dc0ff76b (patch)
tree34819fbe9e13e929838a1148d5987b9da1e3abd5 /op-mode-definitions
parent73be77ec42d06a369974bfb1255839164f73c276 (diff)
parentdcf89afba457fd4e4d4f764484f329c19d8ed554 (diff)
downloadvyos-1x-e8dc2c731697c7c76c75fa7844edde52dc0ff76b.tar.gz
vyos-1x-e8dc2c731697c7c76c75fa7844edde52dc0ff76b.zip
Merge pull request #1458 from sever-sever/T4594
ipsec: T4594: Rewrite op-mode 'show vpn ipsec sa' to the new format
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/vpn-ipsec.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/vpn-ipsec.xml.in b/op-mode-definitions/vpn-ipsec.xml.in
index a98cf8ff2..8c9e76651 100644
--- a/op-mode-definitions/vpn-ipsec.xml.in
+++ b/op-mode-definitions/vpn-ipsec.xml.in
@@ -187,7 +187,7 @@
<command>if pgrep charon >/dev/null ; then sudo /usr/sbin/ipsec statusall ; else echo "IPSec process not running" ; fi</command>
</node>
</children>
- <command>if pgrep charon >/dev/null ; then sudo ${vyos_op_scripts_dir}/show_ipsec_sa.py ; else echo "IPSec process not running" ; fi</command>
+ <command>if pgrep charon >/dev/null ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_sa ; else echo "IPSec process not running" ; fi</command>
</node>
<node name="state">
<properties>