summaryrefslogtreecommitdiff
path: root/scripts/keepalived/vyatta-show-vrrp.pl
AgeCommit message (Collapse)Author
2012-05-15Move VRRP to its own packageJohn Southworth
2012-04-09Replace intf->carrier() check with intf->running()Stephen Hemminger
Bug 8006 The "carrier" method in Interface.pm is superseded by the more robust running() method.
2011-12-06Add parsing of vrrp interfaces so that 'show vrrp interfaces ↵John Southworth
<vmac-interface>' will do what the user intended. Users should still be prompted to use the underlying interface name, but if they enter the vmac interface instead we should 'do what they mean'
2011-12-06Adjust the output of 'show vrrp' and 'show vrrp summary' for vmac and ↵John Southworth
address owner
2011-11-28Display vmac interface name in "show vrrp interfaces ..." commandBob Gilligan
2011-05-18Fix 5912: "show vrrp" doesn't list sync-groupStig Thormodsrud
2009-11-01Using Interface.pm infrastructure to detect vif on eth|bond interface.Stig Thormodsrud
2009-11-01Fix 'show vrrp summary' showing last vip 1stStig Thormodsrud
2009-11-01Fix interface carrier status.Stig Thormodsrud
2009-11-01Convert keepalived to use Interface infrastructure.Stig Thormodsrud
2009-10-31Add VRRP capability to bonding interfaces and vifs of bonding interfaces.David S. Madole
2009-03-06Remove prefix mask on vip if present since it can't be using in arping.Stig Thormodsrud
2009-03-06Specify source address with arping since we no longer require an IPStig Thormodsrud
address on the actual interface.
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-06-19Fix 2030: Enhancement: VRRP preemption hold down timerStig Thormodsrud
2008-05-23Fix vrrp snoop_for_master() to also work with AH authentication.Stig Thormodsrud
2008-05-21Fix 3273: "show vrrp summary" output doesn't line-up when using vlansStig Thormodsrud
2008-05-21Fix 3155: setting the third vrrp member with the highest priority doesn't ↵Stig Thormodsrud
change (update) the backup
2008-03-17Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2)Mohit Mehta
- "show vrrp summary" command added
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-01-21All vrrp to be configured on vifStig Thormodsrud
2007-12-18Fix new vrrp group show command.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-04Add vrrp to eureka.Stig Thormodsrud