summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-06-23Add better hypervisor detect logicStephen Hemminger
Bug 7215 1. Display nothing on real hardware 2. Add detection for old Xen
2011-06-16Add utility to find hypervisor vendorStephen Hemminger
2011-01-04Fix check for broadcast addressStephen Hemminger
Bug 6625 The validate address function was not accounting for prefix length. (cherry picked from commit d0312e91bad0d9d3741d61791928ac1b663a7f29)
2010-12-06Fix check for unspecified IPv6 addressStephen Hemminger
Bug 6514
2010-11-22Add utilities checking addressesStephen Hemminger
These are new C language utilites to replace the Perl utility when checking interface addresses. Perl compilation is major component of slow boot time. Note: this changes the package from pure scripts (arch independent) to arch dependent