Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | Fix help for syslog | Stephen Hemminger | |
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. | |||
2010-11-18 | Add syntax check for bridge interface name | Stephen Hemminger | |
Put in check for brN in bridge-group bridge. And make syntax error for bond-group better | |||
2010-11-18 | Add more checks for bridge/bond conflicts | Stephen Hemminger | |
Don't allow putting bridge port into bond-group (and vice-versa). | |||
2010-11-17 | 0.18.18debian/0.18.18 | Stephen Hemminger | |
2010-11-17 | Cleanup bond-group syntax and commit checks | Stephen Hemminger | |
Move check for address and state of slave to commit which allows for better error message. | |||
2010-11-17 | Cleanup bridge port management | Stephen Hemminger | |
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. | |||
2010-11-17 | Add check for interface address before putting it in bonded device | Stephen Hemminger | |
Bug 4745 Don't allow interface with address to be added to bond | |||
2010-11-17 | Add check for adding bridge-group and bond-group when setting address | Stephen Hemminger | |
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. | |||
2010-11-17 | 0.18.17debian/0.18.17 | Stephen Hemminger | |
2010-11-17 | Add address checks to bonding | Stephen Hemminger | |
Need to have same checks as ethernet for valid address on commit. | |||
2010-11-17 | Remove useless comment | Stephen Hemminger | |
Comment was providing no useful information not already present in the template. | |||
2010-11-17 | Allow longer domain-name values | Stephen Hemminger | |
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. | |||
2010-11-16 | 0.18.16debian/0.18.16 | Stephen Hemminger | |
2010-11-16 | Need to restart telnet if port or listen-address changes | Stephen Hemminger | |
2010-11-16 | Add ability to configure telnet listen-addres | Stephen 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-16 | Add ability to configure SSH listen address | Stephen 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-16 | Add option to disable host validation (DNS) for SSH | Stephen Hemminger | |
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation | |||
2010-11-16 | 0.18.15debian/0.18.15 | Michael Larson | |
2010-11-16 | update call to error location api. | Michael Larson | |
2010-11-15 | 0.18.14debian/0.18.14 | Stephen Hemminger | |
2010-11-15 | Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino | Stephen Hemminger | |
2010-11-15 | Restore IRQ affinity when device is renabled | Stephen 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-15 | 0.18.13debian/0.18.13 | Stephen Hemminger | |
2010-11-15 | Add hw-id for existing interfaces to config | Stephen Hemminger | |
If config has interface (without hw-id), then add it on boot. | |||
2010-11-15 | 0.18.12debian/0.18.12 | Stephen Hemminger | |
2010-11-15 | Move cleanup of serial interface into rl-system.init | Stephen Hemminger | |
This gets rid of separate init file for wan interfaces | |||
2010-11-12 | 0.18.11debian/0.18.11 | Stephen Hemminger | |
2010-11-12 | Fix is_supported_speed matching | Stephen Hemminger | |
Typo in sprintf (perl doesn't have %c). Also improve error messages. | |||
2010-11-12 | Fix irq-affinity for special cases | Stephen Hemminger | |
Need to handle virtual devices with no IRQ, and older processors without concept of multi-core. | |||
2010-11-12 | New IRQ affinity script and RPS support | Stephen 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-12 | remove deprecated linda override | Stephen Hemminger | |
2010-11-12 | Change mode on all executable scripts | Stephen Hemminger | |
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it. | |||
2010-11-11 | Add more checks on VLAN | Stephen Hemminger | |
Bug 4695 If ethernet hardware does not allow VLAN's than produce error. Ignore delete if device doesn't exist. | |||
2010-11-08 | 0.18.10debian/0.18.10 | Stephen Hemminger | |
2010-11-08 | Don't produce warnings for drivers that don't support ethtool | Stephen 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-08 | Check speed and duplex settings on Ethernet interfaces | Stephen Hemminger | |
Bug 4994 Use ethtool to check for supported speed and duplex values on link. | |||
2010-11-08 | Fix path to ethtool | Stephen Hemminger | |
In Debian Squeeze ethtool is in /sbin | |||
2010-11-04 | 0.18.9debian/0.18.9 | Bob Gilligan | |
2010-11-04 | Add special case for single-queue NICs using multi-queue naming format. | Bob Gilligan | |
2010-11-03 | 0.18.8debian/0.18.8 | Stephen Hemminger | |
2010-11-03 | Fix to show ifAlias of loopback | Stephen Hemminger | |
Need to handle get next of base OID | |||
2010-11-02 | 0.18.7debian/0.18.7 | Stephen Hemminger | |
2010-11-02 | Remove non-functional commit test on mtu of vif | Stephen Hemminger | |
The syntax of parent MTU was wrong. The underlying driver already checks for MTU so the commit check is not needed. | |||
2010-11-02 | 0.18.6debian/0.18.6 | Stephen Hemminger | |
2010-11-02 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-11-02 | Priority change for bridging a bonded vif | Stephen Hemminger | |
Bug 6048 Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group | |||
2010-11-02 | Priority change for bridging a bonded vif | Stephen Hemminger | |
Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group | |||
2010-11-02 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-29 | Allow setting MTU of VIF | Stephen Hemminger | |
Bug 3531 | |||
2010-10-29 | 0.18.5debian/0.18.5 | Stephen Hemminger | |