summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-270.19.106debian/0.19.106Deepti Kulkarni
2011-07-27Added to make "force" op-mode command accessible to user typeDeepti Kulkarni
operator.
2011-08-170.19.105debian/0.19.105Bob Gilligan
2011-08-17Bugfix 7350: Allow default config.boot to be selected as config file.Bob Gilligan
Previously, the user could only select the running config file, which includes any changes the user may have made and saved, plus system generated changes such as the MAC addresses of ethernet interfaces. This change allows them to select that file or the system's default config file.
2011-07-150.19.104debian/0.19.104John Southworth
2011-07-15Fix permission problems on /config during initial installJohn Southworth
(cherry picked from commit 9b0151b1d51617e969807d75b00eed998bf8f294)
2011-08-140.19.103debian/0.19.103Bob Gilligan
2011-08-14Bugfix 7070: Need to provide full path for irq-affinity.pl in system()Bob Gilligan
(cherry picked from commit c78c504b6a63b2af51ae02f51cf1c447dd945818)
2011-08-120.19.102debian/0.19.102Bob Gilligan
2011-08-12Add hook to call a config migration script when upgrading from VSE Demo.Bob Gilligan
(cherry picked from commit d891558527fdc077b8c0b37c24cb8b17a2ae7043)
2011-07-130.19.101debian/0.19.101John Southworth
2011-07-13Bugfix 7326: add /config/support directory by defaultJohn Southworth
(cherry picked from commit 697affbbcbfaf8b8b253b3ce1a5f312db8069238)
2011-07-11Fix duplicate detection of hypervisorStephen Hemminger
Bug 7314 If cpuid succeeds, don't need to print twice.
2011-07-070.19.100debian/0.19.100Deepti 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-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-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.
2011-05-200.19.85debian/0.19.85Stephen Hemminger