Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-15 | Move VRRP to its own package | John Southworth | |
2012-05-07 | Turn on vrrp snmp traps by default | John Southworth | |
2012-02-18 | Bug #7787: Allow using custom command line arguments in transition | Daniil Baturin | |
scripts. | |||
2012-01-03 | Bugfix 7689: change vrrp auth_type detection 'simple' to 'plaintext-password' | John Southworth | |
2011-12-12 | Add filtering to transition scripts for vmac interfaces; Make transition ↵ | John Southworth | |
script able to detect if the interface is a vmac interface before applying the vmac specific changes | |||
2011-12-01 | Add handling for address ownership (priority 255) in RFC complient mode | John Southworth | |
2011-11-28 | Use new naming convention for VRRP virtual mac interfaces. | Bob Gilligan | |
The new naming convention is: <ifname>v<VRID> where <ifname> is the name of the underlying physical interface or VLAN and <VRID> is the virtual router ID. For example: eth0v235, eth7.4000v199. | |||
2011-11-08 | First pass implementation of support for virtual MAC address | Bob Gilligan | |
This change introduces a new parameter named "interface" under the vrrp-group configuration tree under ethernet interfaces and vlans. If the "interface" parameter is set, keepalived will be configured to bring up a macvlan interface, which will hold the virtual MAC address that is specified in the VRRP spec. | |||
2011-01-26 | Fix vrrp duplicate generation of last sync-group entry. | Stig Thormodsrud | |
(cherry picked from commit 8529fbe7ed23023e936f5c7cab9663007d0476d3) | |||
2010-12-10 | Fix 6554: clear vrrp master tab completion results in cli api error | Stig Thormodsrud | |
2010-12-10 | Fix 6453: After configuring VRRP on interface, VRRP is not active until VRRP ↵ | Stig Thormodsrud | |
is manually restared with "restart vrrp" command. - Move all commit checks into script on end node. - Add separate function for conntrack-sync settings. - Do per instance validation at the right priority level. - Verify that the changes file is removed on final transaction. | |||
2010-12-06 | Move is_local_address to common code | Stephen Hemminger | |
Now part of lib/Vyatta/Misc.pm module | |||
2010-11-23 | Remove check function from keepalived perl script | Stephen Hemminger | |
No longer need check-vip option since the type checking is done in template | |||
2010-11-23 | Use unlink rather than system() to remove files in keepalive script | Stephen Hemminger | |
Faster to use perl to remove file than going out to shell. | |||
2010-11-23 | Use sockets to check if IP address is local | Stephen Hemminger | |
Much faster to user perl sockets to test if IP address is okay, rather than scanning ip addresses. | |||
2010-07-01 | Update failover-mechanism sync-group CLI path and add | Mohit Mehta | |
comments to indicate ctsync also calls this script | |||
2010-06-09 | * perltidy vyatta-keepalived.pl | Mohit Mehta | |
2010-06-09 | * make vrrp work with conntrack-sync | Mohit Mehta | |
2010-06-03 | move list functions to vrrp perl module so other scripts can use it as well | Mohit Mehta | |
2010-05-29 | Fix 5521: Cannot Delete vif with vrrp configured. | Stig Thormodsrud | |
2009-11-01 | Convert keepalived to use Interface infrastructure. | Stig Thormodsrud | |
2009-10-31 | Add VRRP capability to bonding interfaces and vifs of bonding interfaces. | David S. Madole | |
2009-03-12 | Fix 4190: vrrp may fail to start daemon if previous commit of vrrp partially ↵ | Stig Thormodsrud | |
failed | |||
2009-03-08 | Fix 4183: No auto completion for group number when running 'clear vrrp | Stig Thormodsrud | |
master interface <ifname> group <group-num>' | |||
2009-03-06 | Move changes file to /var/run/vrrpd and make sure the directory exists. | Stig Thormodsrud | |
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-02-28 | Fix 3778: vrrp should allow prefix to be included with the virtual-address | Stig Thormodsrud | |
2008-11-21 | Convert to Vyatta::Config hierarchy | Stephen Hemminger | |
2008-11-21 | Rename VyattaKeepalived to Vyatta::Keepalived | Stephen Hemminger | |
Use directory hierarchy in perl. | |||
2008-06-19 | Fix 2030: Enhancement: VRRP preemption hold down timer | Stig Thormodsrud | |
2008-06-11 | Fix 1818: Add disable option to vrrp. | Stig Thormodsrud | |
2008-06-06 | Fix 787: Add a command to force vrrp state transition to backup | Stig Thormodsrud | |
2008-05-26 | Fix 2705: Add "clear vrrp process" command. | Stig Thormodsrud | |
2008-05-09 | Set initial vrrp state based on existing state if available. | Stig Thormodsrud | |
2008-05-07 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: debian/vyatta-cfg-system.postinst.in | |||
2008-05-03 | Mimic the transaction mechanism to only restart the vrrp daemon once/commit. | Stig Thormodsrud | |
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | Fix 3086: VRRP only allows up to 20 virtual IPs | Stig Thormodsrud | |
2008-03-20 | Fix Bug 2778 VRRP: add ability to run scripts on state transition | Mohit Mehta | |
- enhancement added: configuring of scripts to run on vrrp state-transitions | |||
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-01-21 | At bootup vrrp needs to skip vlan interfaces that haven't been instantiated yet | Stig Thormodsrud | |
2008-01-21 | All vrrp to be configured on vif | Stig Thormodsrud | |
2008-01-12 | Add vrrp sync group and fix authentication display | Stig Thormodsrud | |
2007-12-18 | - Add support for multiple vrrp groups per interface. | Stig Thormodsrud | |
- Add support for multiple VIPs per vrrp group. | |||
2007-11-04 | Add vrrp to eureka. | Stig Thormodsrud | |