Age | Commit message (Collapse) | Author |
|
|
|
* allow clear and show commands for IPsec even if site-to-site is not
configured since l2tp might be using it
|
|
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
|
|
- fix sloppy script which dies with "Unknown op" on valid ops.
- use vyatta config rather than ipsec.conf to determine if running
|
|
detail' so that they no longer require sudo password.
|
|
|
|
|