Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-10-15 | change to accessor for outputerror | root | |
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-14 | Change speed in grub config as well | Stephen Hemminger | |
For serial console on ttyS0, change speed as well. | |||
2010-10-14 | Add better control over console screen blanker | Stephen Hemminger | |
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave | |||
2010-10-14 | Remove serial console before config | Stephen Hemminger | |
Need to flush out serial console lines from inittab to handle the case where no serial console is configured. | |||
2010-10-14 | Restore old motd and login banner | Stephen Hemminger | |
This resolves problem where changes were made but not saved and login banner files had the non-saved changes | |||
2010-10-14 | Turn off screen blanking on console | Stephen Hemminger | |
2010-10-14 | Change syntax for console config | Stephen Hemminger | |
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update | |||
2010-10-14 | Fix serial console setup functions | Stephen Hemminger | |
Problems found during basic testing of new serial console config | |||
2010-10-14 | Fix regexp used for disabling up serial with Xen | Stephen Hemminger | |
2010-10-14 | Add support for setting up serial console ports | Stephen Hemminger | |
2010-10-13 | Revise new ntp server config | Stephen Hemminger | |
Putting it in 'system { ntp { server...' makes more sense. | |||
2010-10-13 | Migrate NTP server to services ntp | Stephen Hemminger | |
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options | |||
2010-10-10 | Add LSB support information to telnetd.init | Stephen Hemminger | |
2010-10-09 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-09 | Check if SNMP is running before starting | Stephen Hemminger | |
The SNMPD restart has 2 or 3 seconds of sleep that is unnecessary if SNMPD isn't running. | |||
2010-10-08 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-08 | Convert from syslog to rsyslog | Stephen Hemminger | |
Configuration file is /etc/rsyslog.conf and it is supports directory of include parameters so do not need to edit rsyslog.conf directly | |||
2010-10-08 | modified reference error location. | root | |
2010-10-08 | use new error reference location method | root | |
2010-10-07 | moved code for zones to vyatta-zone package | Mohit Mehta | |
2010-09-21 | * update count_iptables module usage | Mohit Mehta | |
2010-09-21 | * use count_iptables_rule from MISC module | Mohit Mehta | |
2010-09-18 | Bugfix 6210: Fix up case where login section is missing from config file. | Bob Gilligan | |
(cherry picked from commit b39ed5b1c8b85402770305efa6b2248df3440db1) | |||
2010-09-20 | fix init-floppy for squeeze | An-Cheng Huang | |
2010-09-17 | Bugfix 6210: Fix parsing of config file | Bob Gilligan | |
Previous commit "More fixes to standalone password reset" incorrectly parsed fields in the Vyatta config file. (cherry picked from commit 9a08473ae6abb2aec0e51c758f0712ac91c27de9) | |||
2010-09-08 | Fix quoting of shell -z | Stephen Hemminger | |
The -z test in shell needs to be quoted to avoid issues with shell expansion. | |||
2010-09-08 | Fix quoting issues with conversion to lower case | Stephen Hemminger | |
Add common shell function to convert to lower case. Part of Bug 6132 | |||
2010-09-08 | Enforce username length restriction | Stephen Hemminger | |
Bug 6131 |