Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-16 | 0.19.50debian/0.19.50 | Stephen Hemminger | |
2011-03-16 | Handle irq assignment on multiqueue NIC | Stephen Hemminger | |
Bug 6845, 6821 Need to avoid using /sys/class/net/ethX/device/irq (or /sys/bus/pci/.../irq) because these don't handle MSI or multiqueue. This also resolves issues with Vmware/ESX. | |||
2011-03-16 | Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-03-15 | match console type only once. | Robert Bays | |
2011-03-15 | updated fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | Remove rsyslog logrotate file | Stephen Hemminger | |
Bug 6715 Vyatta configures syslog, and does not use the same files as Debian (typically). The logrotate file in the distribution assumes there are files like auth.log etc which Vyatta doesn't have. | |||
2011-03-11 | 0.19.49debian/0.19.49 | Stephen Hemminger | |
2011-03-11 | Speed/duplex setup improvements | Stephen Hemminger | |
Bug 6906 1. Fix parsing of 'Unknown' Speed in regex 2. Don't error if device can not get current speed/duplex 3. Do error if ethtool fails when setting speed/duplex | |||
2011-03-11 | Remove flag file at end of transaction | Stephen Hemminger | |
If commit cleans up temp file, no sudo is necessary. | |||
2011-03-11 | Don't set speed duplex twice | Stephen Hemminger | |
Bug 6778 Both the nodes for speed and duplex both update the device. But only the change only needs to be done once. Changing the values twice causes link bounce and takes some time to resolve. | |||
2011-03-10 | 0.19.48debian/0.19.48 | Michael Larson | |
2011-03-10 | fix for bug 6081. Warning, but allow commit to proceed if duplicate address ↵ | Michael Larson | |
is found. | |||
2011-03-08 | Fix typo in domain name regex | Stephen Hemminger | |
meant to allow any upper (or lower case) in domain name. | |||
2011-03-08 | 0.19.47debian/0.19.47 | Stephen Hemminger | |
2011-03-08 | Test for ipv6 blacklist when configuring SNMP | Stephen Hemminger | |
Bug 6432 Since IPv6 can be disabled several ways and the config may not match the system, use socket to test if IPv6 is disabled. | |||
2011-03-07 | 0.19.46debian/0.19.46 | Stephen Hemminger | |
2011-03-07 | Fix SNMP ifAlias for more than 10 devices | Stephen Hemminger | |
Bug 6853 Handle OID format when ifIndex is 10 or greater. Needed to fix regex parsing. Also allow symbolic OID. | |||
2011-03-03 | 0.19.45debian/0.19.45 | Stephen Hemminger | |
2011-03-03 | Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-03-03 | Fix network name scan for wireless | Stephen Hemminger | |
Bug 6818 The regex to extract wireless name was incorrect. Recode for clarity rather than adding more complex regex. | |||
2011-03-03 | 0.19.44debian/0.19.44 | John Southworth | |
2011-03-03 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-03-03 | Bugfix 5491: Allow tunnel parameters to be changed on a preconfigured tunnel | John Southworth | |
2011-03-02 | Fix script to handle more than 10 interfaces | Stephen Hemminger | |
Bug 6861 Fix submitted by devolish <ole.myhre@dataoppdrag.no> | |||
2011-03-01 | 0.19.43debian/0.19.43 | Stephen Hemminger | |
2011-03-01 | Warn if attempting to force mask on multiqueue NIC | Stephen Hemminger | |
Bug 6845 Warn (and ignore) attempt to assign IRQ directly on multiqueuej NIC. | |||
2011-02-25 | 0.19.42debian/0.19.42 | Stephen Hemminger | |
2011-02-25 | Workaround Xen NIC address | Stephen Hemminger | |
Bug 6837 Xen does not behave like normal hardware. It assigns a random MAC address (with local bit set). | |||
2011-02-25 | 0.19.41debian/0.19.41 | Stephen Hemminger | |
2011-02-25 | Change where ipv6 route table size is increased | Stephen Hemminger | |
Can't do it early in boot because ipv6 module may not be loaded. | |||
2011-02-25 | Validate domain and host name | Stephen Hemminger | |
Bug 6243 More complete validation of host name and domain name | |||
2011-02-25 | Don't set irq affinity if device is disabled | Stephen Hemminger | |
Bug 6784 No point in trying to force affinity if device is offline. | |||
2011-02-22 | Handle Vmware mulitqueue naming convention | Stephen Hemminger | |
Adapt to irq naming convention in 2.6.37 kernel for vmxnet3 driver. | |||
2011-02-22 | Increase upper limit of IPV6 route table | Stephen Hemminger | |
Bug 6681 Default configuration for IPV6 max routes is too small | |||
2011-02-22 | 0.19.40debian/0.19.40 | Stephen Hemminger | |
2011-02-21 | Handle case of device with no active IRQ | Stephen Hemminger | |
Bug 6784 Disabled device has no IRQ, so don't change it. | |||
2011-02-18 | Use standard mechanism to start/stop snmp | Stephen Hemminger | |
The net-snmp has snmpd.init script which is installed in standard place. Invoke it with standard mechanism to avoid any security or other problems. Also allows debugging snmpd by changing /etc/default/snmp. | |||
2011-02-07 | 0.19.39debian/0.19.39 | John Southworth | |
2011-02-07 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-02-07 | Fix syslog not reloading properly after changing the log level | John Southworth | |
Bugfix 6781 | |||
2011-02-03 | 0.19.38debian/0.19.38 | Bob Gilligan | |
2011-02-03 | Bugfix 6773: Spread load of single-queue NICs across all CPUs. | Bob Gilligan | |
The initial CPU selection function needs to take hyperthreading into account. | |||
2011-02-01 | 0.19.37debian/0.19.37 | Bob Gilligan | |
2011-02-01 | Bugfix 6156: Allow time for renaming to complete before running biosdevname | Bob Gilligan | |
It appears that biosdevname can be confused if interface renaming is being performed by other udev worker processes at the same time that it is running. Since vyatta_net_name does protect the body of its code with a lock, we can be sure that no other renaming will be started in other udev worker processes while this one is running in vyatta_net_name. But renaming being performed by other udev worker processes that were triggered by previous executions of vyatta_net_name may still be in progress. This change gives any interface renaming that was called for by previous invocations of vyatta_net_name a chance to complete before we call biosdevname. (cherry picked from commit 9dd41e8481e84bf80fcb0e9c3d7843c8a0b20059) | |||
2011-01-31 | Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-01-31 | Fix grammar error in help string. | Robert Bays | |
(cherry picked from commit a943568e64bca73bb2951e968d0cc752d72874ab) | |||
2011-01-31 | Fix Bug 6696 Internal error for release/renew dhcp interface under op mode | Mohit Mehta | |
* do not execute config-mode actions when called from op-mode (cherry picked from commit c385ddc400788eff46f10fea6b57b593607dc290) | |||
2011-01-31 | 0.19.36debian/0.19.36 | Mohit Mehta | |
2011-01-31 | use val_help to present valid info for node | Mohit Mehta | |