Age | Commit message (Collapse) | Author |
|
Conflicts:
lib/OPMode.pm
scripts/vyatta-show-ipsec-status.pl
templates/show/vpn/ipsec/sa/node.def
templates/show/vpn/ipsec/sa/peer/node.def
templates/show/vpn/ipsec/status/node.def
|
|
Fixed 'show vpn ike sa' to actually show output when the tunnel isn't up.
Foxed 'show vpn ipsec sa' to actually use the pretty-printing code, rather than swanctl --list-sas, which is pretty unpleasant.
|
|
|
|
|
|
commit:578688a25ba784d839512fefafab4cabdaf32fc5.
Simpilfy the operational commands
Instead of trying to parse the outout of ipsec or swanctl, just dump
whatever swanctl outputs.
|
|
Conflicts:
templates/show/vpn/ipsec/sa/nat-traversal/node.def.in
templates/show/vpn/ipsec/sa/node.def
templates/show/vpn/ipsec/status/node.def.in
|
|
* 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>
|
|
Since pluto doesn't exist anymore in strongSwan 5.0 and later series,
we are updating references from pluto* to charon*.
|
|
Instead of trying to parse the outout of ipsec or swanctl, just dump
whatever swanctl outputs.
|
|
Instead of trying to parse the outout of ipsec or swanctl, just dump
whatever swanctl outputs.
|
|
Since pluto doesn't exist anymore in strongSwan 5.0 and later series,
we are updating references from pluto* to charon*.
|
|
|
|
|
|
transformations
(cherry picked from commit f1174364ed3380fb346ffe1d4e63b2e3684e59e7)
|
|
|
|
|
|
Adjustments for showing per tunnel information; Fix parsing of ipsecstatus all when using GRE matching
|
|
on peer better; Add show ike secrets
|
|
|
|
|
|
* use the new cli-shell-api instead.
|
|
|
|
* allow clear and show commands for IPsec even if site-to-site is not
configured since l2tp might be using it
|
|
number
|
|
|
|
(cherry picked from commit 32927e013922e1a79b0f214773e2500a1260871a)
|
|
added new operational mode commands -
clear vpn ipsec-peer peer <peer> # clear all tunnels for given peer
clear vpn ipsec-peer peer <peer> tunnel <tunnel> # clear specific tunnel
If peer is 0.0.0.0/any/@id then tunnel is brought down and loaded again
but connection is not initiated as remote end could be multiple end-points
The remote ends will bring up the tunnel when they get/detect tunnel down
* don't call script with sudo from templates. use sudo in script where needed
* script clean up
|
|
|
|
|
|
- help strings standardized in vyatta-op-vpn
|
|
- don't call the debug script if vpn is not configured.
|
|
detail' so that they no longer require sudo password.
|
|
that operator users can execute them. Bug 2865 fix.
|
|
|
|
|
|
|
|
command templates.
|
|
|
|
repo/package 'vyatta-op-vpn'.
|