Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | Merge pull request #7 from m-asama/hydrogen-ipv4idhydrogen | Daniil Baturin | |
Add support for IPsec phase 1 ID of IPv4 address format | |||
2014-05-29 | Add support for IPsec phase 1 ID of IPv4 address format | Masakazu Asama | |
2014-04-27 | 0.12.105+hydrogen3debian/0.12.105+hydrogen3 | Daniil Baturin | |
2014-04-27 | Bug #183: Add up-client action to the interface up/down script. | Daniil Baturin | |
Patch by Masakazu Asama. | |||
2014-01-29 | 0.12.105+hydrogen2debian/0.12.105+hydrogen2 | Daniil Baturin | |
2014-01-29 | Fix vpn ppp up script | Stig Thormodsrud | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2014-01-29 | Move %any peers to the end in ipsec.secrets | Stig Thormodsrud | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2013-11-17 | 0.12.105+hydrogen1vyos/1.0.0debian/0.12.105+hydrogen1 | Daniil Baturin | |
2013-11-17 | New branch | Daniil Baturin | |
2013-02-19 | 0.12.105+daisy6vyatta/VC6.6R1/i386vyatta/VC6.6R1/amd64debian/0.12.105+daisy6daisy | Saurabh Mohan | |
2013-02-19 | perltidy run for vyatta-cfg-vpn | Saurabh Mohan | |
2013-02-12 | 0.12.105+daisy5debian/0.12.105+daisy5 | Saurabh Mohan | |
2013-02-12 | mGRE support for change of local-ip addr change. | Saurabh Mohan | |
VYATTA-118: workaround added to update ipsec settings when tunnel local-ip is modified. | |||
2013-02-05 | 0.12.105+daisy4debian/0.12.105+daisy4 | Saurabh Mohan | |
2013-02-05 | Bug 8666: merged. | Saurabh Mohan | |
2013-01-22 | 0.12.105+daisy3debian/0.12.105+daisy3 | Saurabh Mohan | |
2013-01-22 | Dmvpn merge with mirantis jan22-2013 | Saurabh Mohan | |
2012-12-27 | 0.12.105+daisy2debian/0.12.105+daisy2 | Saurabh Mohan | |
2012-12-27 | DMVPN support with profiles. | Saurabh Mohan | |
2012-10-13 | 0.12.105+daisy1debian/0.12.105+daisy1 | John Southworth | |
2012-10-13 | create daisy branch | John Southworth | |
2012-10-12 | 0.12.105debian/0.12.105 | John Southworth | |
2012-10-12 | new branch | John Southworth | |
2012-10-04 | 0.12.104debian/0.12.104 | bharat | |
2012-10-04 | Merge branch 'pacifica' of http://git.vyatta.com/vyatta-cfg-vpn into pacifica | bharat | |
2012-10-04 | Bug 8200: Changed grep to not display shim6 | Bharat | |
2012-09-18 | 0.12.103debian/0.12.103 | Saurabh Mohan | |
2012-09-18 | Bugfix 8358: Handle vti tunnel src, dst changing while the bind tunnel name ↵ | Saurabh Mohan | |
stays the same. Fix the case when case the <peer,local-address> pairing changes but the tunnel is still bound to the same vti tunnel interface name(vtiXX). In that case when doing the cleanup do not delete the vti tunnel of the same name. Also fixed 8264: When the vti bind interface name is deleted. | |||
2012-09-10 | 0.12.102debian/0.12.102 | Saurabh Mohan | |
2012-09-10 | Bugfix 8289: Vti mark values should be implicit | Saurabh Mohan | |
Vti tunnel uses fwmark from the kernel skbuff. This value is now internally allocated instead of getting it from the configuration. Also fixed 8286 where configuration was allowing both a tunnel and VTI between the same vpn src/dst. | |||
2012-09-04 | 0.12.101debian/0.12.101 | Saurabh Mohan | |
2012-09-04 | Bugfix 8277: For connection type respond do not attempt keying forever | Saurabh Mohan | |
When a connection-type is respond (configured using: set vpn ipsec site-to-site peer <ip-addr> connection-type [initiate | respond]), the device should not keep trying to key forever. | |||
2012-08-23 | 0.12.100debian/0.12.100 | Daniil Baturin | |
2012-08-23 | Update config version from 3 to 4. | Daniil Baturin | |
2012-08-13 | 0.12.99debian/0.12.99 | Saurabh Mohan | |
2012-08-13 | Bugfix: 8276: Change htonl after parsing the input. | Saurabh Mohan | |
2012-08-13 | 0.12.98debian/0.12.98 | Saurabh Mohan | |
2012-08-13 | Bugfix 8276: Vti not working on a 32-bit machine due to sign bit overload. | Saurabh Mohan | |
In a 32-bit machine the signed bit is at the 32'nd bit position. Mark used by vti set's (0x9000-0000) that bit position. Changed the api to use strtoul to read the data from the command line and configure the mark. Also, changed the vyatta-cfg-vpn package to be arch dependent since it now has a binary that it generates. | |||
2012-08-09 | 0.12.97debian/0.12.97 | Saurabh Mohan | |
2012-08-09 | Bugfix 8264: Check if the intf name is defined before using it in the script. | Saurabh Mohan | |
Fix the error message for undefined intf name in error message. Also, add changes to incorporate mark's from range 0-2047. Print warning if a vti interface is defined but not used. Hopefully this will help users understand that they have a partial configuration. | |||
2012-07-25 | 0.12.96debian/0.12.96 | Saurabh Mohan | |
2012-07-25 | Bugfix 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-07-16 | 0.12.95debian/0.12.95 | Saurabh Mohan | |
2012-07-16 | Workaround to setup vti ko and cleaner error message. | Saurabh Mohan | |
2012-06-18 | 0.12.94debian/0.12.94 | Saurabh Mohan | |
2012-06-18 | Bugfix: 8015: supress perl warnings. | Saurabh Mohan | |
2012-06-11 | 0.12.93debian/0.12.93 | Saurabh Mohan | |
2012-06-11 | VTI: Add support call for checking for vti interface name. | Saurabh Mohan | |
2012-06-04 | 0.12.92debian/0.12.92 | Saurabh Mohan | |
2012-06-04 | VTI bring tunnel based on ipsec-sa state. | Saurabh Mohan | |