summaryrefslogtreecommitdiff
path: root/scripts/keepalived/vyatta-vrrp-state.pl
AgeCommit message (Collapse)Author
2012-05-15Move VRRP to its own packageJohn Southworth
2012-04-04Fix minor perlcritc warning in vrrp-stateStephen Hemminger
Code before strictures.
2011-12-28Move vrrp input filter creation to keepalived for faster transitionsJohn Southworth
2011-12-27Move vrrp vmac sysctls to interface initialization in keepalivedJohn Southworth
2011-12-20Extra grat. arps are not needed for vmac interfacesJohn Southworth
2011-12-12Add 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-08Fix sysctl application for vlan interfaesJohn Southworth
2011-12-02Set accept_local on vrrp interfaces so that transition from 'current master ↵John Southworth
that is not address owner' to 'address owner that is requesting master' can occur
2011-12-01Adjust the sysctl values of vrrp interfaces on master/backup transitionsJohn Southworth
2011-01-20Remove call to tshark during vrrp state transition.Stig Thormodsrud
(cherry picked from commit f2ff192de653b5540c9a3e51cf4d1cf19d527e4e)
2010-08-17Add vrrp parameters to transition script.Stig Thormodsrud
(cherry picked from commit 1b22d1bbcf8146736d9f69d1edb57a36e55f6fdc)
2009-11-01Convert keepalived to use Interface infrastructure.Stig Thormodsrud
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-05-21Fix 3155: setting the third vrrp member with the highest priority doesn't ↵Stig Thormodsrud
change (update) the backup
2008-05-19Fix 3251: vrrp should also send a gratuitous arp reply on master transitionStig Thormodsrud
2008-03-20Fix Bug 2778 VRRP: add ability to run scripts on state transitionMohit Mehta
- enhancement added: configuring of scripts to run on vrrp state-transitions
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2007-11-04Add vrrp to eureka.Stig Thormodsrud