summaryrefslogtreecommitdiff
path: root/templates/vpn/node.def
AgeCommit message (Collapse)Author
2015-02-16Move execution of nhrp script to "end" of ipsec config so it executes on all ↵Kim Hagen
changes made to the ipsec config
2013-01-22Dmvpn merge with mirantis jan22-2013Saurabh Mohan
2012-12-27DMVPN support with profiles.Saurabh Mohan
2012-07-25Bugfix 8222: deletion and adding bind parameter under vti deletes vti ↵Saurabh Mohan
interface in show interfaces output though vti configuration exists The bind, mark parameters can be changed individually but the vti script runs at the vpn node level. By that time the old value is not known. With this change now I find out the exisiting vti tunnels from the kernel and discover the old vti-name, and mark setting from there. After that it is possible to figure out if a. No change was done to a VTI: In that case do not do any config. b. If a tunnel was changed: Delete and create the tunnel again. c. If a tunnel was deleted: Remove the tunnel config from the kernel. d. If the tunnel was added: Configure it. Also, configure the vti interface prior to the strongswan configuration. This way if the ipsec tunnel comes up then we can bring the interface up/down (see Bug 8219). Remove the disable configuration param (see Bug 8221).
2012-05-16Vti config support.Saurabh Mohan
2010-07-21remove verb usage from begining of help stringsMohit Mehta
2010-03-19Replace old form (expression) in end: tagStephen Hemminger
Use shell syntax.
2009-10-20add priority to project node.slioch
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-vpn
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-31interoperate with remote access vpn (if available).An-Cheng Huang
2007-12-20Fix for vpn cfg with non-root userid.Stig Thormodsrud
2007-12-19Port vpn cfg from fairfield to glendale.Stig Thormodsrud