summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-160.18.16Stephen Hemminger
2010-11-16Need to restart telnet if port or listen-address changesStephen Hemminger
2010-11-16Add ability to configure telnet listen-addresStephen Hemminger
Bug 4452 Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH). Unlike SSH, telnet only supports a single listen-address
2010-11-16Add ability to configure SSH listen addressStephen Hemminger
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
2010-11-16Add option to disable host validation (DNS) for SSHStephen Hemminger
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation
2010-11-160.18.15Michael Larson
2010-11-16update call to error location api.Michael Larson
2010-11-150.18.14Stephen Hemminger
2010-11-15Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-15Restore IRQ affinity when device is renabledStephen Hemminger
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.
2010-11-150.18.13Stephen Hemminger
2010-11-15Add hw-id for existing interfaces to configStephen Hemminger
If config has interface (without hw-id), then add it on boot.
2010-11-150.18.12Stephen Hemminger
2010-11-15Move cleanup of serial interface into rl-system.initStephen Hemminger
This gets rid of separate init file for wan interfaces
2010-11-120.18.11Stephen Hemminger
2010-11-12Fix is_supported_speed matchingStephen Hemminger
Typo in sprintf (perl doesn't have %c). Also improve error messages.
2010-11-12Fix irq-affinity for special casesStephen Hemminger
Need to handle virtual devices with no IRQ, and older processors without concept of multi-core.
2010-11-12New IRQ affinity script and RPS supportStephen Hemminger
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.
2010-11-12remove deprecated linda overrideStephen Hemminger
2010-11-12Change mode on all executable scriptsStephen Hemminger
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it.
2010-11-11Add more checks on VLANStephen Hemminger
Bug 4695 If ethernet hardware does not allow VLAN's than produce error. Ignore delete if device doesn't exist.
2010-11-080.18.10Stephen Hemminger
2010-11-08Don't produce warnings for drivers that don't support ethtoolStephen Hemminger
Bug 5552 For devices like Xen that don't do ethtool speed/duplex, allow auto to work but produce error for any other value.
2010-11-08Check speed and duplex settings on Ethernet interfacesStephen Hemminger
Bug 4994 Use ethtool to check for supported speed and duplex values on link.
2010-11-08Fix path to ethtoolStephen Hemminger
In Debian Squeeze ethtool is in /sbin
2010-11-040.18.9Bob Gilligan
2010-11-04Add special case for single-queue NICs using multi-queue naming format.Bob Gilligan
2010-11-030.18.8Stephen Hemminger
2010-11-03Fix to show ifAlias of loopbackStephen Hemminger
Need to handle get next of base OID
2010-11-020.18.7Stephen Hemminger
2010-11-02Remove non-functional commit test on mtu of vifStephen Hemminger
The syntax of parent MTU was wrong. The underlying driver already checks for MTU so the commit check is not needed.
2010-11-020.18.6Stephen Hemminger
2010-11-02Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-11-02Priority change for bridging a bonded vifStephen Hemminger
Bug 6048 Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group
2010-11-02Priority change for bridging a bonded vifStephen Hemminger
Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group
2010-11-02Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-29Allow setting MTU of VIFStephen Hemminger
Bug 3531
2010-10-290.18.5Stephen Hemminger
2010-10-29Merge branch 'mendocino' of 172.16.122.2:vyatta/mendocino/vyatta-cfg-system ↵Stephen Hemminger
into mendocino
2010-10-29Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-29Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-29Add net-snmp ifAlias hookStephen Hemminger
New script to produce ifAlias information from sysfs.
2010-10-280.18.4An-Cheng Huang
2010-10-28fix for bug 6388An-Cheng Huang
* need nullglob to work.
2010-10-28Fix goto in vyatta-net.rulesStephen Hemminger
2010-10-270.18.3Stephen Hemminger
2010-10-27Don't rename vif and other non-driver interfacesStephen Hemminger
Bug 6379 Just leave vlan and other pseudo-interface names alone.
2010-10-270.18.2Stephen Hemminger
2010-10-27Fix set on uniproc machineStephen Hemminger
It is better to just check using normal code path on uniproc than to make everything a special case.
2010-10-270.18.1Stephen Hemminger