Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |