summaryrefslogtreecommitdiff
path: root/templates/clear
AgeCommit message (Collapse)Author
2010-07-20part of fix for BZ 5839 - move clear process cmds under restartMohit Mehta
2010-04-19Fix Bug 5542Mohit Mehta
* allow clear and show commands for IPsec even if site-to-site is not configured since l2tp might be using it
2009-10-09* Fix Bug 4017 Add the ability to restart individual IPSec tunnelsMohit Mehta
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
2008-05-23Fix 3285: CLI command does not restart VPN: run clear vpn ipsec-processStig Thormodsrud
2008-04-08Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op-vpn
2008-03-17Fix 2838: Clearing VPN process starts VPN , even if not configured.Stig Thormodsrud
- fix sloppy script which dies with "Unknown op" on valid ops. - use vyatta config rather than ipsec.conf to determine if running
2008-02-22Fixed-up operator commands 'clear vpn ipsec-process' and 'show vpn debug ↵Marat Nepomnyashy
detail' so that they no longer require sudo password.
2008-02-17Fix 2838 Clearing VPN process starts VPN, even if not configuredStig Thormodsrud
2008-01-03Initial VPN op template migration.Marat Nepomnyashy