summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-230.19.99+napa7vyatta/VC6.3-2011.10.04/i386vyatta/VC6.3-2011.10.04/amd64debian/0.19.99+napa7napaJohn Southworth
2011-08-23Bugfix 7461: Fix syntax problem when setting a mac addressJohn Southworth
2011-08-180.19.99+napa6debian/0.19.99+napa6Stephen Hemminger
2011-08-18ethernet: avoid needlessly setting mac addressStephen Hemminger
Bug 7408 Only set mac address if it is different, and try first with link up (many drivers allow it). Don't use hw-id as mac address, hw-id is meant for corelating names with addresses (in udev). (cherry picked from commit 8b49f93b06cfe494182c533dc00499abc8452660)
2011-07-150.19.99+napa5vyatta/VC6.3-2011.07.21/i386vyatta/VC6.3-2011.07.21/amd64debian/0.19.99+napa5John Southworth
2011-07-15Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napaJohn Southworth
2011-08-140.19.99+napa4debian/0.19.99+napa4Bob Gilligan
2011-08-14Bugfix 7070: Need to provide full path for irq-affinity.pl in system()Bob Gilligan
2011-08-120.19.99+napa3debian/0.19.99+napa3Bob Gilligan
2011-08-12Merge branch 'napa' of http://git.vyatta.com/vyatta-cfg-system into napaBob Gilligan
2011-08-12Add hook to call a config migration script when upgrading from VSE Demo.Bob Gilligan
2011-07-15Fix permission problems on /config during initial installJohn Southworth
2011-07-140.19.92debian/0.19.92Bob Gilligan
2011-07-14Bugfix 5856: Add username and password options.Bob Gilligan
In order to allow username and password parameters in the corresponding op mode command, we allow username and password to be specified on the install-image command line.
2011-07-130.19.99+napa2debian/0.19.99+napa2John Southworth
2011-07-13Bugfix 7326: add /config/support directory by defaultJohn Southworth
2011-07-070.19.99+napa1debian/0.19.99+napa1Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-07-060.19.99debian/0.19.99Stephen Hemminger
2011-07-06Add more hypervisor detection logicStephen Hemminger
Bug 7227 Merge DMI detection of hypervisor.
2011-07-050.19.98debian/0.19.98John Southworth
2011-07-05Move the is_uniq_address function to Interface.pmJohn Southworth
2011-07-010.19.97debian/0.19.97John Southworth
2011-07-01bugfix 6801: check to see if the same address is configured on another ↵John Southworth
interface in the working config before allowing an address to be set on an interface, allows for swapping addresses in the same commit
2011-06-240.19.96debian/0.19.96John Southworth
2011-06-24Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napaJohn Southworth
2011-06-24Make add system image use the new config directory for copying filesJohn Southworth
2011-06-230.19.95debian/0.19.95Stephen Hemminger
2011-06-23Add better hypervisor detect logicStephen Hemminger
Bug 7215 1. Display nothing on real hardware 2. Add detection for old Xen
2011-06-160.19.94debian/0.19.94Stephen Hemminger
2011-06-16Ignore new hypervisor_vendor binaryStephen Hemminger
2011-06-16Revert "bonding: remove requirement of slaves existing before vif"Stephen Hemminger
This reverts commit 4729a33cdf054cce6780aa4817f9eaccb490ee3f. Need to put back the check, since it won't work asis
2011-06-160.19.93debian/0.19.93Stephen Hemminger
2011-06-16Add utility to find hypervisor vendorStephen Hemminger
2011-06-16bonding: remove requirement of slaves existing before vifStephen Hemminger
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond
2011-06-080.19.91debian/0.19.91John Southworth
2011-06-08Move the mtu settings out of the main inteface priority subtree as a failure ↵John Southworth
boundry
2011-06-010.19.90debian/0.19.90Stephen Hemminger
2011-05-25Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napaStephen Hemminger
2011-05-25Always log authorization messagesStephen Hemminger
Bug 7095 Always keep /var/log/auth.log to allow for 'show log authorization'
2011-05-250.19.89debian/0.19.89An-Cheng Huang
2011-05-25alternative fix for bug 6958An-Cheng Huang
2011-05-230.19.88debian/0.19.88An-Cheng Huang
2011-05-23don't assume hw-id exists since it can be deletedAn-Cheng Huang
2011-05-200.19.87debian/0.19.87Stephen Hemminger
2011-05-20Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napaStephen Hemminger
2011-05-20irq-affinity: more fixupStephen Hemminger
1. Fix thread_per_core -- now a global variable 2. Add documentation about where still broken with offline cpus 3. Break out hamming weight function (might be used to fix #2) Tested on UP, 4 core x 2 thread, 8 socket (virt) and Multiqueue and single queue NIC.
2011-05-200.19.86debian/0.19.86Stephen Hemminger
2011-05-20Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napaStephen Hemminger
2011-05-20irq-affinity: use sysfs to read cpu topologyStephen Hemminger
Change to using sysfs to read cpu topology. This makes code more robust and follow the standard practice of other utilities. As an added benefit, irq-affinty now handles offline cpu's and other cases where cpu numbers are not fully populated.