Age | Commit message (Collapse) | Author |
|
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.
|
|
Need to leave gre0 around for case of multiple tunnels
|
|
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.
|
|
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
|
|
|
|
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 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
|
|
New script to produce ifAlias information from sysfs.
|
|
It is better to just check using normal code path on uniproc
than to make everything a special case.
|
|
1. Move scripts to vyatta-cfg-system
2. Use syntax to check for legal values
3. Don't fail on UP
|
|
mendocino
|
|
|
|
Makes new entries show up in order.
|
|
Use existing config parser and perl to handle udev device naming.
Do renaming early in udev boot, and fixup config file later.
This avoids rescanning udev devices on boot and adds preliminary
support for hotplug.
|
|
|
|
Turns out link must be down to change hash policy
|
|
- remove links from commit hook directory on boot-up.
- remove 'file' scheme for now.
|
|
|
|
|
|
|
|
|
|
|
|
If inittab doesn't exist or console not configured, just
do nothing.
|
|
|
|
For some dial in lines, need HAYES modem support.
|
|
For serial console on ttyS0, change speed as well.
|
|
By default, turn console screenblanking off.
If user wants to enable it, they can use:
set system console powersave
|
|
Need to flush out serial console lines from inittab to handle
the case where no serial console is configured.
|
|
This resolves problem where changes were made but not saved
and login banner files had the non-saved changes
|
|
|
|
Use:
system console device ttyS1 speed 115200
To allow top level node to be one transaction with one update
|
|
Problems found during basic testing of new serial console config
|
|
|
|
|
|
Putting it in 'system { ntp { server...' makes more sense.
|