Age | Commit message (Collapse) | Author |
|
|
|
If speed can not be determined then ospeed is undef.
(cherry picked from commit dd7f6937e0cbe4f4705f4dde9a333852ba21f7c9)
|
|
|
|
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.
(cherry picked from commit 4c15e64167ee8408ef2d9f8f186644665ac0d588)
|
|
|
|
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.
(cherry picked from commit 5da52b67dc78ef08e7c8a0e1c5502a67be59cd27)
|
|
Bug 6853
Handle OID format when ifIndex is 10 or greater.
Needed to fix regex parsing.
Also allow symbolic OID.
(cherry picked from commit 6689df5d9b09d215ec98f0080da5fd5f61f12da8)
|
|
Bug 6861
Fix submitted by devolish <ole.myhre@dataoppdrag.no>
(cherry picked from commit 31f6c82c43c1ad4bb259fdd6a6ffd94ba204c1c1)
|
|
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.
(cherry picked from commit 082b1f52b5d18a7d6526c6e92290a862e63ddace)
|
|
|
|
mendocino
|
|
|
|
mendocino
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug 6837
Xen does not behave like normal hardware. It assigns a random MAC
address (with local bit set).
(cherry picked from commit 4f6faa2ba6510c01165b18ce8315cd7049a15783)
|
|
Bug 6681
Can't do it early in boot because ipv6 module may not be loaded.
|
|
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
(cherry picked from commit 7c5421cc98dedc87368eabc111c5af0a7f79dba9)
|
|
Bug 6818
The regex to extract wireless name was incorrect.
Recode for clarity rather than adding more complex regex.
(cherry picked from commit ba5aeb6086e8c6aef86c18e2646b7c80e05f8e3d)
|
|
Bug 6845
Warn (and ignore) attempt to assign IRQ directly on multiqueuej
NIC.
(cherry picked from commit 6938b8bce001cca2d98d6b277d134c9e8e405271)
|
|
Bug 6784
No point in trying to force affinity if device is offline.
(cherry picked from commit b541f5ffa7bf1c6951e01ae4814e0cd38adc42d5)
|
|
Adapt to irq naming convention in 2.6.37 kernel for vmxnet3 driver.
(cherry picked from commit 018c1ac6286ad40d7fff612573a7efffafe0d480)
|
|
Bug 6784
Disabled device has no IRQ, so don't change it.
(cherry picked from commit 78d24daefeab6e91f282044abb8930678434ea8c)
|
|
The initial CPU selection function needs to take hyperthreading
into account.
(cherry picked from commit c1eb2494559fb0f6ee2beecaedb2a415ff096056)
|
|
The initial CPU selection function needs to take hyperthreading
into account.
(cherry picked from commit c1eb2494559fb0f6ee2beecaedb2a415ff096056)
|
|
|
|
Bugfix 6781
|
|
If commit cleans up temp file, no sudo is necessary.
|
|
|
|
successfully
|
|
|
|
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.
|
|
node.def,"
This reverts commit c3696b1a94a382682034a452dfa44a031f367a22.
Making speed/duplex sub priority makes it impossible to fix
problem correctly, and brings link up at wrong speed.
|
|
|
|
eliminate the state causes the issue and avoid to prevent other options
under ethX to be committed in case 'duplex' and/or 'speed' fail
|
|
|
|
(cherry picked from commit 19f1bb4461404f91b9b4e80267dae97306925963)
|
|
|
|
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.
|
|
|
|
|
|
* do not execute config-mode actions when called from op-mode
|
|
|
|
|
|
|
|
Bug 6116
Do setup at same priority as VIF (since it is really macvlan)
Do address after peth mac address is set.
|