Age | Commit message (Collapse) | Author |
|
Out of an abundance of caution, we don't want to introduce a default
value for a parameter that previously had none without more extensive
testing, as it would affect all systems. We will introduce the default
value in the next release.
|
|
This change implements a mechanism for setting the IRQ affinity of NIC
interrupts in a way that is optimally balanced. The affinity settings
are static, and are set up at configuration time. I've added "auto"
as a new legal value to the "interfaces ethernet ethX smp_affinity"
configuration parameter. If this value is set, then the system
attempts to perform automatic IRQ affinity assignment.
At this time, automatic IRQ affinity is supported only for multiqueue
NICs that use the igb or bnx2 drivers. Even with these two,
differences in the organization of queues and their naming convention
necessitate some NIC-specific code. The assignment strategy attempts
to assign all queues of all NICs that share the same queue number to
the same CPU. This has been shown to be optimal for IP forwarding
workloads in 2.6.31 kernels.
Setting the value to "auto" for NICs that use other drivers will be a
no-op.
(cherry picked from commit 565f1d0d9bfe9f6b4174c322f3f6bb78f52b453e)
|
|
|
|
|
|
* use new API to get active 'original + commited' values
* split 'dns forwarding' and 'dns dynamic' into different priorities
|
|
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside
this package.
(cherry picked from commit d32ceb43ab64530c6eca81ec83fe4b374dd510d0)
|
|
Changed the the set-time and commit-time check of ethernet interface address
values. These checks need to prevent configuring both DHCP and static
IPv4 addresses on the same interfac. The previous checks were comparing
against the running configuration tree, not the proposed config tree. Now
the set-time check is purely a syntax check, and the commit-time check
only checks for both DHCP and static IPv4 addresses in the proposed config.
The system now allows DHCP and static IPv6 addresses to be configured on
the same interface.
(cherry picked from commit 84fb2f920765c6d02f35ef1654dc0f8c2bef648c)
|
|
Bug 4918
|
|
|
|
This reverts commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa.
The fix is worse than the problem. Since the cli doesn't do deletes in
reverse, the addition priorities cause the parent to be deleted before
the group members.
|
|
failed to be deleted
|
|
|
|
Part of Bug 4717
|
|
others.
|
|
Bug 4672
By using ip command instead of sysfs, avoid subshell quoting issues.
|
|
Need bonded device to have slave devices to inherit VLAN_CHALLENGED
property correctly
|
|
Fix bug 4673.
|
|
Bug 4501
This solves the problem that 'show interfaces ethernet' also
shows pseudo ethernet (peth0) device. The problem was that peth0
matched the regex since it was missing start/end.
|
|
Move the speed/duplex setting into script where we can handle errors
better, and avoid setting speed/duplex twice.
|
|
More bug 3952 fixes
|
|
Bugs 3952 and 3797
Make the ethtool settings management smarter.
Don't try and set a device that has been unplugged (causing commit fail).
Don't force autonegotiation if device is already in that mode.
|
|
update tag on loopback is incorrect since address is multi-value node.
|
|
Don't need OSPF/RIP parameters set after protocols/ospf anymore.
Setting bandwidth, etc after OSPF could cause unnecessary flapping.
|
|
Bug 4404
Translation from old VyattaConfigLoad to new priority was incorrect.
|
|
Many bgp nodes can just inherit from protocols/bgp
|
|
OSPF was listed twice, the first one was before interfaces were
up so OSPF would not distribute.
|
|
Go back to prioritys the way they were done in earlier release.
|
|
Add pseudo-ethernet and make sure bonding is in right place
|
|
If real device is disabled, then can't bring up VIF.
|
|
Other half of fix for Bug 4369
|
|
|
|
|
|
Since some interfaces have link-detect and others do not, move
the template from the generic generated templates to the specific
configuration.
|
|
has moved down a level.
|
|
|
|
|
|
Functionality seems to still work, but better to be consistent
with the rest of the file.
|
|
others.
|
|
In the future it would be good if the cli flagged duplicate priorities.
|
|
|
|
|
|
|
|
|
|
Bug 4249
|
|
|
|
Need OSPF before configure ospf metrics, etc...
|
|
Use new kernel field to store description.
|
|
|
|
|
|
|