Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-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-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 | 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-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 | 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-10-29 | Allow setting MTU of VIF | Stephen Hemminger | |
Bug 3531 | |||
2010-10-28 | fix for bug 6388 | An-Cheng Huang | |
* need nullglob to work. | |||
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 suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-26 | Use pgrep to check if ntp running | Stephen Hemminger | |
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-25 | Add bonding ARP monitor parmeters | Stephen Hemminger | |
2010-10-25 | Wait to bring up bond interface until end | Stephen Hemminger | |
Setting bonding parameter requires setting interface down. Avoid flapping interface unnecessarily on boot, by defering setting link up until end of boot. | |||
2010-10-25 | Fix bond hash policy | Stephen Hemminger | |
Turns out link must be down to change hash policy | |||
2010-10-22 | Fist pass at adding archive to uri on commit. | Stig Thormodsrud | |
2010-10-18 | Neuter the serial console config until it works | Stephen Hemminger | |
2010-10-15 | Add ability to set transmit hash policy | Stephen Hemminger | |
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-14 | Need sudo to change console settings | Stephen Hemminger | |
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 | Need to be root to write /etc/inittab | 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 | 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-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-07 | moved code for zones to vyatta-zone package | Mohit Mehta | |
2010-09-07 | Change modprobe.d files to .conf | Stephen Hemminger | |
In squeeze, modprobe wants config files named .conf or it will generate warning. | |||
2010-08-20 | Add check for port range on SNMP listen port value | Stephen Hemminger | |
2010-08-20 | Add checking of port range | Stephen Hemminger | |
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet | |||
2010-08-17 | update help text to use val_help | An-Cheng Huang | |
2010-08-16 | remove more low-level config dir usages | An-Cheng Huang | |
2010-08-12 | remove "node.val" usages | An-Cheng Huang | |
* use new cli-shell-api instead | |||
2010-07-28 | Fix typo in last change | Stephen Hemminger | |
(cherry picked from commit ce148b04d59fad50a26c394e4a59e252ea565e96) | |||
2010-07-28 | Change ranges for bridge parameters | Stephen Hemminger | |
Bug 5901 (cherry picked from commit 47014cdc10a429725d1620fc5326fd9995469c09) | |||
2010-07-21 | Move input interface over to Qos package | Stephen Hemminger | |
The input interface needs to be in QoS package since the delete action needs to refer to scripts in QoS package. | |||
2010-07-21 | Fix completion on multi-type node | Stephen Hemminger | |
Workaround for bug 5887 | |||
2010-07-21 | Add completion for text fields with limited values | Stephen Hemminger | |
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values | |||
2010-07-21 | Fix formatting of static-host mapping val help | Stephen Hemminger | |