Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-15 | Move VRRP to its own package | John Southworth | |
2012-05-07 | Enable snmp support for vrrp | John Southworth | |
2011-12-12 | Adjust default displayed priority to reflect actual default priority | John Southworth | |
2011-12-06 | Fix source address display problem in address owner case for vrrp | John Southworth | |
2011-11-28 | Return vmac interface configuration state in vrrp_get_config() | Bob Gilligan | |
2011-11-01 | vrrp restart not working. fix pid filename for 1.2.2 | Stig Thormodsrud | |
(cherry picked from commit 9cc533d34fdef09d69f4fccdaaaee0724bf11f2d) | |||
2011-01-25 | Fix list_vrrp_sync_group_members() to just include requested group. | Stig Thormodsrud | |
(cherry picked from commit 55e621e5b351913bf735477d00ca554c5a19c4d6) | |||
2011-01-25 | Fix 6501: "clear vrrp master interface <interface> group <group]id>" ↵ | Stig Thormodsrud | |
command doesnt work with sync groups (cherry picked from commit 92a4d11c73fa5bcd18b91a8a5c7e11ec2bf42ed1) | |||
2010-12-10 | Export vrrp_get_primary(). | Stig Thormodsrud | |
2010-12-10 | Return configured address in vrrp_get_config(). | Stig Thormodsrud | |
2010-12-08 | Fix display of source address in "show vrrp". | Stig Thormodsrud | |
2010-08-02 | new API change | An-Cheng Huang | |
* return of isActive() was inverted in original API. | |||
2010-06-11 | add function to get all configured sync-groups | Mohit Mehta | |
2010-06-09 | * changes to be able to use list functions with different CLI fetch functions | Mohit Mehta | |
* always start in BACKUP state even whether or not preempt is set | |||
2010-06-03 | move list functions to vrrp perl module | Mohit Mehta | |
2010-05-29 | Fix "show vrrp" regression caused by b68ac2b1969060ea6fa2f011a3107c83ad26e96d. | Stig Thormodsrud | |
2010-04-02 | Use opendir/grep to get rid of running ls/grep | Stephen Hemminger | |
Do file scanning in perl directly rather than using extra programs. Motivated by desire to get rid of perlcritic warning rather than any real performance issue. | |||
2009-12-04 | Fix perlcritic warnings in Keepalived | Stephen Hemminger | |
Keepalived.pm: Code before strictures are enabled at line 25, column 1. See page 429 of PBP. (Severity: 5) Keepalived.pm: "return" statement with explicit "undef" at line 280, column 2. See page 199 of PBP. (Severity: 5) | |||
2009-12-01 | Fix 5133: vrrp transition scripts not working properly when going to backup | Stig Thormodsrud | |
2009-11-01 | Add natural order sort. | 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-25 | Move Keepalived.pm from vyatta-cfg-system | Stephen Hemminger | |
There was only one module left in vyatta-cfg-system, and for some of the auth work want to create lib/Vyatta/Auth. |