Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | Add console keymap reconfigure op-mode command | Stephen Hemminger | |
Bug 7448 This adds template for the Debian way to reconfigure console keymap. Note: although this is an op-mode command, it really persists across reboot since it changes the package keymap. There isn't a good method to put this in Vyatta config since the debian package configuration is interactive and prompts user for keyboard type and options. | |||
2011-10-27 | Bugfix 5806, 7552: Fix set date ntp node.def to list proper servers from ↵ | John Southworth | |
configuration, and run on unprivledged ports so the commands work at the same time the ntp service is running. (cherry picked from commit 40c15167d2834c7eb246d8a4160609c16bfa7df7) | |||
2011-10-27 | Fixup the help text for top level commands; move terminal to set terminal | John Southworth | |
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd) | |||
2010-02-02 | Fix allowed strings for hostname/ipaddress | Stephen Hemminger | |
Need to use echo -n | |||
2010-02-02 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood | Stephen Hemminger | |
2010-01-11 | Add image name completion for two system image commands. | Bob Gilligan | |
The two commands are: "set system image default-boot" and "delete system image". | |||
2010-01-08 | Change operational mode commands to match those in design document. | Bob Gilligan | |
2009-11-03 | add op commands for installed images | An-Cheng Huang | |
2008-04-04 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- vyatta-op help strings standardized according to latest guideline | |||
2008-02-28 | add quoting for inline scripts in templates | An-Cheng Huang | |
2007-11-28 | use '<*>' format for symbolic help | Tom Grennan | |
2007-11-28 | use utility function to retrieve allowed hosts/addresses | Tom Grennan | |
2007-11-21 | require server entry with "set date ntp" | Tom Grennan | |
2007-11-21 | set date ntp [HOSTNAME | A.B.C.D | X:X::X:X | ntp.vyatta.com ] | Tom Grennan | |
2007-11-21 | define allowed field of bash builtin "set OPTION..." | Tom Grennan | |
2007-11-21 | fix bug 2493 | Tom Grennan | |
2007-11-05 | Modified help text | Justin Fletcher | |
2007-10-11 | Add template stubbs for top level 'no' and 'set' commands | Tom Grennan | |
2007-10-05 | Use empty or missing "allowed:" fields in node.tag/node.def as wild | Tom Grennan | |
cards rather than "echo -n --". Also, discoverd a way to use an apparently blank line in help completion. | |||
2007-10-04 | don't eval help string; so, no longer needs to be quoted in node.def files | Tom Grennan | |
2007-10-04 | make sure wildcard is appended to allowed list, even with null HOSTFILE | Tom Grennan | |
2007-10-03 | use the command verb "set" instead of "assign" with pass-through | Tom Grennan | |
of wild-card options to bash builtin |