Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-08 | 0.19.110debian/0.19.110 | Stephen Hemminger | |
2011-08-08 | bridge: allow setting mac address | Stephen Hemminger | |
Bug 7164 set interface bridge br0 mac 00:01:02:03:04:05 | |||
2011-08-07 | 0.19.109debian/0.19.109 | Stephen Hemminger | |
2011-08-07 | Merge branch 'oxnard' of 192.168.1.19:oxnard/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-07 | fix missing command in debian/control | Stephen Hemminger | |
2011-08-07 | 0.19.108 | Stephen Hemminger | |
2011-08-07 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-07 | 0.19.108debian/0.19.108 | Stephen Hemminger | |
2011-08-07 | Force dependency on later vyatta-cfg package | Stephen Hemminger | |
Since the code here now refers to is_uniq_address, current of this package needs to depend on the matching vyatta-cfg. | |||
2011-08-05 | 0.19.107debian/0.19.107 | Stephen Hemminger | |
2011-08-05 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-05 | Merge branch 'oxnard' of nehalam:vyatta/oxnard/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-05 | ethernet: avoid needlessly setting mac address | Stephen 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). | |||
2011-07-27 | 0.19.106debian/0.19.106 | Deepti Kulkarni | |
2011-07-27 | Added to make "force" op-mode command accessible to user type | Deepti Kulkarni | |
operator. | |||
2011-08-17 | 0.19.105debian/0.19.105 | Bob Gilligan | |
2011-08-17 | Bugfix 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-15 | 0.19.104debian/0.19.104 | John Southworth | |
2011-07-15 | Fix permission problems on /config during initial install | John Southworth | |
(cherry picked from commit 9b0151b1d51617e969807d75b00eed998bf8f294) | |||
2011-08-14 | 0.19.103debian/0.19.103 | Bob Gilligan | |
2011-08-14 | Bugfix 7070: Need to provide full path for irq-affinity.pl in system() | Bob Gilligan | |
(cherry picked from commit c78c504b6a63b2af51ae02f51cf1c447dd945818) | |||
2011-08-12 | 0.19.102debian/0.19.102 | Bob Gilligan | |
2011-08-12 | Add hook to call a config migration script when upgrading from VSE Demo. | Bob Gilligan | |
(cherry picked from commit d891558527fdc077b8c0b37c24cb8b17a2ae7043) | |||
2011-07-13 | 0.19.101debian/0.19.101 | John Southworth | |
2011-07-13 | Bugfix 7326: add /config/support directory by default | John Southworth | |
(cherry picked from commit 697affbbcbfaf8b8b253b3ce1a5f312db8069238) | |||
2011-07-11 | Fix duplicate detection of hypervisor | Stephen Hemminger | |
Bug 7314 If cpuid succeeds, don't need to print twice. | |||
2011-07-07 | 0.19.100debian/0.19.100 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-07-06 | 0.19.99debian/0.19.99 | Stephen Hemminger | |
2011-07-06 | Add more hypervisor detection logic | Stephen Hemminger | |
Bug 7227 Merge DMI detection of hypervisor. | |||
2011-07-05 | 0.19.98debian/0.19.98 | John Southworth | |
2011-07-05 | Move the is_uniq_address function to Interface.pm | John Southworth | |
2011-07-01 | 0.19.97debian/0.19.97 | John Southworth | |
2011-07-01 | bugfix 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-24 | 0.19.96debian/0.19.96 | John Southworth | |
2011-06-24 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-06-24 | Make add system image use the new config directory for copying files | John Southworth | |
2011-06-23 | 0.19.95debian/0.19.95 | Stephen Hemminger | |
2011-06-23 | Add better hypervisor detect logic | Stephen Hemminger | |
Bug 7215 1. Display nothing on real hardware 2. Add detection for old Xen | |||
2011-06-16 | 0.19.94debian/0.19.94 | Stephen Hemminger | |
2011-06-16 | Ignore new hypervisor_vendor binary | Stephen Hemminger | |
2011-06-16 | Revert "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-16 | 0.19.93debian/0.19.93 | Stephen Hemminger | |
2011-06-16 | Add utility to find hypervisor vendor | Stephen Hemminger | |
2011-06-16 | bonding: remove requirement of slaves existing before vif | Stephen Hemminger | |
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond | |||
2011-07-14 | 0.19.92debian/0.19.92 | Bob Gilligan | |
2011-07-14 | Bugfix 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-08 | 0.19.91debian/0.19.91 | John Southworth | |
2011-06-08 | Move the mtu settings out of the main inteface priority subtree as a failure ↵ | John Southworth | |
boundry | |||
2011-06-01 | 0.19.90debian/0.19.90 | Stephen Hemminger | |