summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
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-190.17.70debian/0.17.70Bob Gilligan
2010-07-19Bugfix 5512: Have grub.cfg use the vmlinuz and initrd.img symlinks if availableBob Gilligan
The /boot directory is populated with vmlinuz and initrd.img files whose names are suffixed with the kernel version string. A vmlinuz and initrd.img symlink points to the "current" version of each file. It is simpler to have the grub.cfg file use the symlink, since then the kernel to boot can be changed by just adjusting the symlinks.
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
2010-07-190.17.69debian/0.17.69Stephen Hemminger
2010-07-19Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-19fix typoAn-Cheng Huang
2010-07-19Fix old invalid email addresses in changelogStephen Hemminger
2010-07-19Convert public-keys help to new formatStephen Hemminger
2010-07-19Convert tunnel parameters to new help formatStephen Hemminger
2010-07-19Loopback address node cleanupStephen Hemminger
Use ipv4net,ipv6net to handle the two address possibilities
2010-07-19bonding vif val_helpStephen Hemminger
2010-07-19Use val_help: for Ethernet interface parametersStephen Hemminger
More consistency fixes.
2010-07-19Fix language in help text for loadkeyStephen Hemminger
2010-07-19Use val_help in zone-policyStephen Hemminger
2010-07-19Bridge parameter node updateStephen Hemminger
Do syntax range checking on bridge STP parameters. Note: kernel allows much bigger values (and IOS checking is more strict).
2010-07-19Use val_help: for interface MTU nodesStephen Hemminger
2010-07-19Covert bonding mode to val_helpStephen Hemminger
2010-07-16Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-07-160.17.68debian/0.17.68Stephen Hemminger
2010-07-16Use val_help: for address nodesStephen Hemminger
Use common format for address nodes
2010-07-16Add syntax validation for bridge STP parametersStephen Hemminger
The syntax range for bridge STP values was missing or incorrect. Bug 5864
2010-07-140.17.67debian/0.17.67Bob Gilligan
2010-07-14Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspurBob Gilligan
2010-07-140.17.66debian/0.17.66Stephen Hemminger
2010-07-14Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-140.17.65debian/0.17.65Bob Gilligan
2010-07-14Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-14Bugfix 5845, 5557: Install vyatta-update-grub.pl in /opt/vyatta/sbin.Bob Gilligan
2010-07-14Enable putting core files /var/coreStephen Hemminger
For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission.
2010-07-14Bugfix 5557: Properly update initrd symlink.Bob Gilligan
2010-07-140.17.64debian/0.17.64Bob Gilligan
2010-07-14Select kernel to boot based on current running kernel type.Bob Gilligan
2010-07-13Revert "Move vyatta-update-grub.pl to the vyatta-base package."Bob Gilligan
This reverts commit 19cf46d14ba266887278d3f06d0ce791218c9469.