summaryrefslogtreecommitdiff
path: root/scripts/vyatta-show-vpn.pl
AgeCommit message (Collapse)Author
2014-08-09vyatta-op-vpn: display the config path location for the rsa key fileAlex Harpin
The command "show vpn ike rsa-keys" currently displays the full system file path rather than using the shorter config path. This sets it to display the config path instead. Bug #278 http://bugzilla.vyos.net/show_bug.cgi?id=278
2011-02-07Fix filehandlers to conform to perl style guidelinesJohn Southworth
2011-01-20Make adjustment so OP mode can deal with new secrets file formatJohn Southworth
(cherry picked from commit 35fa51ef099248991ab79d562462c3be6d2c8884)
2010-03-31Fix Bug 5500 Unable to establish a VPN connection from a remote peer with aMohit Mehta
dynamic IP when using FQDN identifier for remote end * fix op-mode part
2008-12-03Fix reference to Vyatta::VPNUtilStephen Hemminger
Should be Vyatta::VPN::Util
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-07-07partial fix for bugs 3044, 3047, 3048: minor show command output headerAn-Cheng Huang
changes. fix for bug 3440: regex now matches IP, hostname, or ID.
2008-07-07Fix 3194: VPN: xml error in "show vpn ike" command outputStig Thormodsrud
2008-03-10update scripts from VPL1.0 to GPLv2Stephen Hemminger
2008-02-26Query original/active runtime config rather than the new/pending config.Marat Nepomnyashy
2008-02-21Moved execution of 'show vpn' commands to '/opt/vyatta/bin/sudo-users' so ↵Marat Nepomnyashy
that operator users can execute them. Bug 2865 fix.