Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-24 | Don't let biosdevname look at wireless devices | Stephen Hemminger | |
Bug 6445 Biosdevname program converts everything to eth devices. | |||
2010-11-24 | Fix tunnel cleanup script | Stephen Hemminger | |
Lots of errors in original version. | |||
2010-11-23 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-11-23 | Remove check function from keepalived perl script | Stephen Hemminger | |
No longer need check-vip option since the type checking is done in template | |||
2010-11-23 | Use unlink rather than system() to remove files in keepalive script | Stephen Hemminger | |
Faster to use perl to remove file than going out to shell. | |||
2010-11-23 | Use sockets to check if IP address is local | Stephen Hemminger | |
Much faster to user perl sockets to test if IP address is okay, rather than scanning ip addresses. | |||
2010-11-23 | Make scripts executable | Stephen Hemminger | |
2010-11-22 | typo in tunnel cleanup | Stephen Hemminger | |
2010-11-22 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-11-22 | Use script vyatta-address to set interface | Stephen Hemminger | |
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. | |||
2010-11-21 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
mendocino | |||
2010-11-21 | Bugfix 6457: Don't ask the question if you're not going to like the answer. | Bob Gilligan | |
2010-11-21 | Bugfix 6101: Make a syslog record when a new image is added. | Bob Gilligan | |
2010-11-19 | Cleanup tunnel slave device on last delete | Stephen Hemminger | |
Need to leave gre0 around for case of multiple tunnels | |||
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 | 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-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 | update call to error location api. | Michael Larson | |
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 | Move cleanup of serial interface into rl-system.init | Stephen Hemminger | |
This gets rid of separate init file for wan interfaces | |||
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 | 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-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 | Add special case for single-queue NICs using multi-queue naming format. | Bob Gilligan | |
2010-11-03 | Fix to show ifAlias of loopback | Stephen Hemminger | |
Need to handle get next of base OID | |||
2010-10-29 | Add net-snmp ifAlias hook | Stephen Hemminger | |
New script to produce ifAlias information from sysfs. | |||
2010-10-27 | Fix set on uniproc machine | Stephen Hemminger | |
It is better to just check using normal code path on uniproc than to make everything a special case. | |||
2010-10-27 | IRQ affinity update | Stephen Hemminger | |
1. Move scripts to vyatta-cfg-system 2. Use syntax to check for legal values 3. Don't fail on UP | |||
2010-10-26 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Stig Thormodsrud | |
mendocino | |||
2010-10-26 | Move config-mgmt to it's own package. | Stig Thormodsrud | |
2010-10-26 | Sort the interface names when adding | Stephen Hemminger | |
Makes new entries show up in order. | |||
2010-10-26 | Change vyatta_net_name into a perl script | Stephen Hemminger | |
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. | |||
2010-10-25 | Fix typo in hash_policy | Stephen Hemminger | |
2010-10-25 | Fix bond hash policy | Stephen Hemminger | |
Turns out link must be down to change hash policy | |||
2010-10-23 | Fix commit-uri bug. | Stig Thormodsrud | |
- remove links from commit hook directory on boot-up. - remove 'file' scheme for now. | |||
2010-10-22 | Fist pass at adding archive to uri on commit. | Stig Thormodsrud | |
2010-10-20 | Make empty config files readable | Stephen Hemminger | |
2010-10-19 | keep serial console until configuration is working | Stephen Hemminger | |
2010-10-16 | Fix syntax error in vyatta_update_console.pl. | Stig Thormodsrud | |
2010-10-15 | Merge branch 'mendocino' of vm:vyatta/mendocino/vyatta-cfg-system into mendocino | Stephen Hemminger | |
2010-10-15 | Handle error cases on console update | Stephen Hemminger | |
If inittab doesn't exist or console not configured, just do nothing. |