summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2010-10-29Allow setting MTU of VIFStephen Hemminger
Bug 3531
2010-10-28fix for bug 6388An-Cheng Huang
* need nullglob to work.
2010-10-27IRQ affinity updateStephen Hemminger
1. Move scripts to vyatta-cfg-system 2. Use syntax to check for legal values 3. Don't fail on UP
2010-10-26Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-26Use pgrep to check if ntp runningStephen Hemminger
2010-10-26Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵Stig Thormodsrud
mendocino
2010-10-26Move config-mgmt to it's own package.Stig Thormodsrud
2010-10-25Add bonding ARP monitor parmetersStephen Hemminger
2010-10-25Wait to bring up bond interface until endStephen 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-25Fix bond hash policyStephen Hemminger
Turns out link must be down to change hash policy
2010-10-22Fist pass at adding archive to uri on commit.Stig Thormodsrud
2010-10-18Neuter the serial console config until it worksStephen Hemminger
2010-10-15Add ability to set transmit hash policyStephen Hemminger
2010-10-15Add ability to run modem gettyStephen Hemminger
For some dial in lines, need HAYES modem support.
2010-10-14Need sudo to change console settingsStephen Hemminger
2010-10-14Add better control over console screen blankerStephen Hemminger
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave
2010-10-14Need to be root to write /etc/inittabStephen Hemminger
2010-10-14Change syntax for console configStephen Hemminger
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update
2010-10-14Fix serial console setup functionsStephen Hemminger
Problems found during basic testing of new serial console config
2010-10-14Add support for setting up serial console portsStephen Hemminger
2010-10-13Revise new ntp server configStephen Hemminger
Putting it in 'system { ntp { server...' makes more sense.
2010-10-13Migrate NTP server to services ntpStephen Hemminger
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options
2010-10-08Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-08Convert from syslog to rsyslogStephen 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-07moved code for zones to vyatta-zone packageMohit Mehta
2010-09-07Change modprobe.d files to .confStephen Hemminger
In squeeze, modprobe wants config files named .conf or it will generate warning.
2010-08-20Add check for port range on SNMP listen port valueStephen Hemminger
2010-08-20Add checking of port rangeStephen Hemminger
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet
2010-08-17update help text to use val_helpAn-Cheng Huang
2010-08-16remove more low-level config dir usagesAn-Cheng Huang
2010-08-12remove "node.val" usagesAn-Cheng Huang
* use new cli-shell-api instead
2010-07-28Fix typo in last changeStephen Hemminger
(cherry picked from commit ce148b04d59fad50a26c394e4a59e252ea565e96)
2010-07-28Change ranges for bridge parametersStephen Hemminger
Bug 5901 (cherry picked from commit 47014cdc10a429725d1620fc5326fd9995469c09)
2010-07-21Move input interface over to Qos packageStephen Hemminger
The input interface needs to be in QoS package since the delete action needs to refer to scripts in QoS package.
2010-07-21Fix completion on multi-type nodeStephen Hemminger
Workaround for bug 5887
2010-07-21Add completion for text fields with limited valuesStephen Hemminger
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values
2010-07-21Fix formatting of static-host mapping val helpStephen Hemminger
2010-07-21Fix help completion textStephen Hemminger
Use ipv4net when Address/prefix expected Use ipv4 where Address expected
2010-07-20Add proxy-arp over bondingStephen Hemminger
Bug 5674
2010-07-20Use expression to validate VRRP passwordStephen Hemminger
Use CLI regex to check VRRP password rather than having to escape out to shell.
2010-07-20Use val_help: for interface name helpStephen Hemminger
Use common method for formatting CLI style help when entering interface name. Move loopback name syntax check into CLI expression to avoid overhead of perl here.
2010-07-20Use pgrep to count number of matching processesStephen Hemminger
pgrep has simple flag to do what the ps | wc -l was doing.
2010-07-19Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-19Convert VRRP to new CLI help styleStephen Hemminger
Use val_help: for help strings
2010-07-19Convert VRRP preempt to boolStephen Hemminger
This value can only be "true" or "false"; it should be bool type.
2010-07-19fix typo, val_help, etc.An-Cheng Huang
2010-07-19Convert syslog commands to new CLI help styleStephen Hemminger
2010-07-19Use val_help: features to format betterStephen Hemminger
Previous change did not format val-help tag correctly
2010-07-19Revise static-host-mappingStephen Hemminger
Use ipv4,ipv6 for host mapping address which uses internal CLI syntax check. Revise help text to match CLI standard
2010-07-19Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger