summaryrefslogtreecommitdiff
path: root/scripts/vyatta-show-bonding.pl
AgeCommit message (Collapse)Author
2009-08-12Cleanup show bonding scriptStephen Hemminger
Use existing Vyatta::Misc module to find interfaces
2009-08-12Fix error message from show bondingStephen Hemminger
Bug 4628 If bond device has no slaves, then get_sysfs_value will return undefined, instead of empty string.
2009-08-12Fix handling of invalid bonding nameStephen Hemminger
Bug 4514
2008-11-20Decode bonding modesStephen Hemminger
Bugfix 3945 Decode bonding mode names (match configuration values).
2008-11-10Sort interfaces in bonding operational mode commandsStephen Hemminger
For consistency with show interfaces, sort output by device name
2008-11-10Show correct statistics on slavesStephen Hemminger
Statistics for slave devices were not being read properly.
2008-09-17Fix script for bond with no slavesStephen Hemminger
2008-09-16Add preliminary operational mode support for bondingStephen Hemminger
Basic infrastructure for show status of bonding interfaces