diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-01-31 13:01:59 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-01-31 13:01:59 -0600 |
commit | 8edd26b88c65e99b53f1f6f1d97be12c39666632 (patch) | |
tree | f3262985eb18920378ec6df9f72102165a064457 /templates | |
parent | 944558ea25a183108d8bdcd772bb0dcc42eee395 (diff) | |
download | vyatta-op-vpn-8edd26b88c65e99b53f1f6f1d97be12c39666632.tar.gz vyatta-op-vpn-8edd26b88c65e99b53f1f6f1d97be12c39666632.zip |
Work on new IPsec operational mode script. Fix some syntax; make show based on peer better; Add show ike secrets
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/vpn/ike/sa/peer/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ike/secrets/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/peer/node.tag/node.def | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/show/vpn/ike/sa/peer/node.tag/node.def b/templates/show/vpn/ike/sa/peer/node.tag/node.def index a84cc0e..c76b71b 100644 --- a/templates/show/vpn/ike/sa/peer/node.tag/node.def +++ b/templates/show/vpn/ike/sa/peer/node.tag/node.def @@ -1,3 +1,3 @@ -help: Show all currently active IKE Security Associations (SA) for a specific peer +help: Show all currently active IKE Security Associations (SA) for a peer allowed: /opt/vyatta/bin/sudo-users/vyatta-op-vpn.pl --get-peers-for-cli run: sudo /opt/vyatta/bin/sudo-users/vyatta-op-vpn.pl --show-ike-sa-peer="$6" diff --git a/templates/show/vpn/ike/secrets/node.def b/templates/show/vpn/ike/secrets/node.def index d8306d2..ec4073c 100644 --- a/templates/show/vpn/ike/secrets/node.def +++ b/templates/show/vpn/ike/secrets/node.def @@ -1,2 +1,2 @@ help: Show all the pre-shared key secrets -run: sudo /opt/vyatta/bin/sudo-users/vyatta-show-vpn.pl secrets +run: sudo /opt/vyatta/bin/sudo-users/vyatta-op-vpn.pl --show-ike-secrets diff --git a/templates/show/vpn/ipsec/sa/peer/node.tag/node.def b/templates/show/vpn/ipsec/sa/peer/node.tag/node.def index ad3e8f8..559bed5 100644 --- a/templates/show/vpn/ipsec/sa/peer/node.tag/node.def +++ b/templates/show/vpn/ipsec/sa/peer/node.tag/node.def @@ -1,3 +1,3 @@ -help: Show all active IPsec Security Associations (SA) for a specific peer +help: Show all active IPsec Security Associations (SA) for a peer allowed: /opt/vyatta/bin/sudo-users/vyatta-op-vpn.pl --get-peers-for-cli run: sudo /opt/vyatta/bin/sudo-users/vyatta-op-vpn.pl --show-ipsec-sa-peer="$6" |