diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-18 21:19:17 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-18 21:19:17 +0100 |
commit | f6b64dcc7d038e1a0116f49582fa6ca3cb719a30 (patch) | |
tree | 2214caa44ff8725de0e344a134588fb42ca67b9d /templates/show/vpn/ipsec/sa/node.def | |
parent | 9de1d15636e98f53125cbe46c85be97ab915f967 (diff) | |
download | vyatta-op-vpn-f6b64dcc7d038e1a0116f49582fa6ca3cb719a30.tar.gz vyatta-op-vpn-f6b64dcc7d038e1a0116f49582fa6ca3cb719a30.zip |
T956: add a new script for displaying IPsec SAs.
Diffstat (limited to 'templates/show/vpn/ipsec/sa/node.def')
-rw-r--r-- | templates/show/vpn/ipsec/sa/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/vpn/ipsec/sa/node.def b/templates/show/vpn/ipsec/sa/node.def index 7f569bd..80ae16a 100644 --- a/templates/show/vpn/ipsec/sa/node.def +++ b/templates/show/vpn/ipsec/sa/node.def @@ -1,6 +1,6 @@ help: Show all active IPsec Security Associations (SA) run: if pgrep charon >&/dev/null; then - sudo /opt/vyatta/bin/sudo-users/vyatta-op-vpn.pl --show-ipsec-sa + sudo /usr/libexec/vyos/op_mode/show_ipsec_sa.py else echo -e "IPSec Process NOT Running\n" fi |