diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-05-11 06:42:43 +0000 |
---|---|---|
committer | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-05-11 06:42:43 +0000 |
commit | 020165ce5b9643ff3b9c96bd4a30c981a5d5d78d (patch) | |
tree | d88fcdb4707a02c786a38e2024706edace48b1a2 /templates/show/vpn/ipsec/sa/profile | |
parent | 286e4186e7185a49bd1be6bc0f7afe77dfcfcdad (diff) | |
download | vyatta-op-vpn-020165ce5b9643ff3b9c96bd4a30c981a5d5d78d.tar.gz vyatta-op-vpn-020165ce5b9643ff3b9c96bd4a30c981a5d5d78d.zip |
vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=low
* Non-maintainer upload.
* address lintian issues
- script-not-executable: removed #!/usr/bin/perl from .pm files
- debhelper-but-no-misc-depends: added ${misc:Depends} to Depends: field
- debian-rules-missing-recommended-target: added build-arch build-indep
- out-of-date-standards-version: updated standards version to 3.9.4
- package-contains-linda-override: removed linda override
- file-in-unusual-dir: not triggering, removed from override
- script-with-language-extension: renamed vyatta-gen-x509-keypair.sh
vyatta-gen-x509-keypair
* address dpkg-gencontrol issue:
- unknown substitution variable ${shlibs:Depends} - removed
* address dpkg-source issue:
- debian/source/format set to "3.0 (native)"
* removed all references to /opt/vyatta but one from source
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'templates/show/vpn/ipsec/sa/profile')
4 files changed, 6 insertions, 6 deletions
diff --git a/templates/show/vpn/ipsec/sa/profile/node.tag/node.def b/templates/show/vpn/ipsec/sa/profile/node.tag/node.def deleted file mode 100644 index 76e66a5..0000000 --- a/templates/show/vpn/ipsec/sa/profile/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show all active IPsec Security Associations (SA) for a profile -allowed: /opt/vyatta/bin/sudo-users/vyatta-op-vpnprof.pl --get-profiles-for-cli -run: sudo /opt/vyatta/bin/sudo-users/vyatta-op-vpnprof.pl --show-ipsec-sa-profile="$6" diff --git a/templates/show/vpn/ipsec/sa/profile/node.tag/node.def.in b/templates/show/vpn/ipsec/sa/profile/node.tag/node.def.in new file mode 100644 index 0000000..30ed853 --- /dev/null +++ b/templates/show/vpn/ipsec/sa/profile/node.tag/node.def.in @@ -0,0 +1,3 @@ +help: Show all active IPsec Security Associations (SA) for a profile +allowed: @SUDOUSRDIR@/vyatta-op-vpnprof.pl --get-profiles-for-cli +run: sudo @SUDOUSRDIR@/vyatta-op-vpnprof.pl --show-ipsec-sa-profile="$6" diff --git a/templates/show/vpn/ipsec/sa/profile/node.tag/tunnel/node.tag/node.def b/templates/show/vpn/ipsec/sa/profile/node.tag/tunnel/node.tag/node.def deleted file mode 100644 index 3f0af98..0000000 --- a/templates/show/vpn/ipsec/sa/profile/node.tag/tunnel/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show the active IPsec Security Association (SA) for a profile's tunnel -allowed: /opt/vyatta/bin/sudo-users/vyatta-op-vpnprof.pl --get-conn-for-cli=${COMP_WORDS[5]} -run: sudo /opt/vyatta/bin/sudo-users/vyatta-op-vpnprof.pl --show-ipsec-sa-conn $6 $8 diff --git a/templates/show/vpn/ipsec/sa/profile/node.tag/tunnel/node.tag/node.def.in b/templates/show/vpn/ipsec/sa/profile/node.tag/tunnel/node.tag/node.def.in new file mode 100644 index 0000000..3d643bc --- /dev/null +++ b/templates/show/vpn/ipsec/sa/profile/node.tag/tunnel/node.tag/node.def.in @@ -0,0 +1,3 @@ +help: Show the active IPsec Security Association (SA) for a profile's tunnel +allowed: @SUDOUSRDIR@/vyatta-op-vpnprof.pl --get-conn-for-cli=${COMP_WORDS[5]} +run: sudo @SUDOUSRDIR@/vyatta-op-vpnprof.pl --show-ipsec-sa-conn $6 $8 |