Age | Commit message (Collapse) | Author |
|
boundry
|
|
|
|
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b)
|
|
to push users towards putting scripts in /config/scripts
|
|
If commit cleans up temp file, no sudo is necessary.
|
|
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.
|
|
is manually restared with "restart vrrp" command.
- Move all commit checks into script on end node.
- Add separate function for conntrack-sync settings.
- Do per instance validation at the right priority level.
- Verify that the changes file is removed on final transaction.
|
|
DHCPv6 is not restricted to ethernet only anymore.
|
|
Bug 5864
The STP port priority field is limited to a smaller range to allow
more ports on the Linux bridge. Linux uses the same mapping as IOS
so that in the STP port field there are 10 bits for port id and
6 bits for port priority.
|
|
No longer need check-vip option since the type checking is done
in template
|
|
Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP.
|
|
Bug 5673
Enfore restriction on values per RFC 3678
|
|
Avoid the overhead of perl compilation of vyatta-interfaces for each
address added. Handle the case of deleting address on deleted device
cleanly.
Clean up dhcpv6 script so it can be used on interfaces other
than ethernet.
|
|
|
|
Put in check for brN in bridge-group bridge.
And make syntax error for bond-group better
|
|
Move check for address and state of slave to commit which
allows for better error message.
|
|
Consolidate bridge port management into a single perl script.
Done to fix the following bug.
Bug 4745
Don't allow interface with address to be added to bridge.
|
|
Need to have same checks as ethernet for valid address on commit.
|
|
Comment was providing no useful information not already present in the
template.
|
|
Bug 5698
When interface transistions back to online, the driver
may have reacquired IRQ's and the irq affinity script will
need to be rerun.
|
|
Replace old script with new cleaner script that handles both
IRQ affinity and Receive Packet Steering. Instead of two scripts
(one for mask and one for auto), do it all with one script.
Receive Packet Steering is supported in two ways.
If 'auto' is used, then both threads on HT system will be
used for receive processing.
If explicit mask is given, then two masks can be used to set
both IRQ cpus and RPS cpus.
|
|
Bug 4695
If ethernet hardware does not allow VLAN's than produce error.
Ignore delete if device doesn't exist.
|
|
Bug 4994
Use ethtool to check for supported speed and duplex values on link.
|
|
The syntax of parent MTU was wrong. The underlying driver already
checks for MTU so the commit check is not needed.
|
|
Bug 3531
|
|
1. Move scripts to vyatta-cfg-system
2. Use syntax to check for legal values
3. Don't fail on UP
|
|
|
|
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed
tag to show possible values
|
|
Use ipv4net when Address/prefix expected
Use ipv4 where Address expected
|
|
Use CLI regex to check VRRP password rather than having to
escape out to shell.
|
|
Use common method for formatting CLI style help when
entering interface name.
Move loopback name syntax check into CLI expression to
avoid overhead of perl here.
|
|
Use val_help: for help strings
|
|
This value can only be "true" or "false"; it should be bool type.
|
|
Previous change did not format val-help tag correctly
|
|
More consistency fixes.
|
|
|
|
Per current policy remove verb from all help messages in th is package
|
|
Use common format for address nodes
|
|
The syntax range for bridge STP values was missing or incorrect.
Bug 5864
|
|
Since brctl has cap_net_admin, don't need to use sudo
|
|
No longer need sudo on ip because of cap_net_admin
|
|
|
|
|
|
Use same format/syntax over all interface types.
Bug 5257
|
|
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP.
|
|
If only one CPU, then not worth bothering doing any kind of interrrupt
affinity.
|
|
|
|
bootup
|
|
* fix this for eth, eth.vif, bond, bond.vif interfaces
* also, bridge-group code for bonding interfaces wasn't changed
with commit ec080f99 that re-strucutred bridging code in eth and
eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif
interfaces is now similar to the fix for 4708
|
|
Bug 5256
Going out to perl to repeatedly validate ethernet device name slows
down adding VLAN's and other operations with lots of sub-devices.
|