Age | Commit message (Collapse) | Author |
|
|
|
|
|
Bug 4608
|
|
This is necessary to get routing protocols and proper cleanup
|
|
|
|
Bug 5396
Make it clear that 'syslog file' takes a file name not a full path.
Also make help text symmetrical for all logging options.
|
|
Put in check for brN in bridge-group bridge.
And make syntax error for bond-group better
|
|
Don't allow putting bridge port into bond-group (and vice-versa).
|
|
|
|
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.
|
|
Bug 4745
Don't allow interface with address to be added to bond
|
|
Bug 4745
Block putting address on interface that is part of a bridge (or bonding).
Address should only be assigned to the master device, not the slave.
Also changes messge on error since CLI now displays error location.
|
|
|
|
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 6243
Change syntax checking for domain name. Don't enforce length restrictions
since that is checked already elsewhere and may change. Do enforce
the RFC 2181 character set values.
|
|
|
|
|
|
Bug 4452
Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH).
Unlike SSH, telnet only supports a single listen-address
|
|
Bug 2410
Add ability to add configure listen address in ssh_config.
set service ssh listen-address 1.2.4.40
Multiple values are allowed, and works for both IPv4 and IPv6
|
|
Bug 4970
New CLI control of UseDNS option to sshd_config
set service ssh disable-host-validation
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
If config has interface (without hw-id), then add it on boot.
|
|
|
|
This gets rid of separate init file for wan interfaces
|
|
|
|
Typo in sprintf (perl doesn't have %c).
Also improve error messages.
|
|
Need to handle virtual devices with no IRQ, and older processors
without concept of multi-core.
|
|
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.
|
|
|
|
The executable bit should be set on scripts.
This only impacts the repository, during build install fixes it.
|
|
Bug 4695
If ethernet hardware does not allow VLAN's than produce error.
Ignore delete if device doesn't exist.
|
|
|
|
Bug 5552
For devices like Xen that don't do ethtool speed/duplex,
allow auto to work but produce error for any other value.
|
|
Bug 4994
Use ethtool to check for supported speed and duplex values on link.
|
|
In Debian Squeeze ethtool is in /sbin
|
|
|
|
|
|
|
|
Need to handle get next of base OID
|
|
|
|
The syntax of parent MTU was wrong. The underlying driver already
checks for MTU so the commit check is not needed.
|
|
|
|
mendocino
|