summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d/20vyatta-cfg
AgeCommit message (Collapse)Author
2010-11-24Rename bash completion scriptStephen Hemminger
The scripts in /etc/bash_completion.d are not named with number like init files. Also completion script should not be marked executable.
2010-11-23Add COMMIT_VIA environment variable.Stig Thormodsrud
2010-11-22Add warning if using "commit confirm" instead of "commit-confirm".Stig Thormodsrud
2010-11-11Add warning when saving if there are uncommitted changes.Stig Thormodsrud
2010-11-11Add completion for commit and commit-confirm.Stig Thormodsrud
2010-11-11Add tab completion for "compare" command.Stig Thormodsrud
2010-11-11Add completion for rollback.Stig Thormodsrud
2010-11-09Add optional minutes parameter to commit-confirm.Stig Thormodsrud
2010-11-09Add commit-confirm, confirm, and rollback to bash completions.Stig Thormodsrud
2010-11-02Add hook to call config mode 'compare'Stig Thormodsrud
2010-10-18Pull the little run_init hack outStephen Hemminger
2010-10-13Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-10-01Pass optional commit comment through commit to commit hooks.Stig Thormodsrud
2010-09-24cleanupAn-Cheng Huang
* set help string only if available. * use "builtin" explicitly.
2010-09-08Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-08-26new implementation for config outputAn-Cheng Huang
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code.
2010-08-18Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-07-28add new cstore libraryAn-Cheng Huang
2010-07-28Ignore run_init unless running in selinuxStephen Hemminger
2010-07-28Add range and ipv6range as val_help typesStephen Hemminger
This usage is common in firewall code. (cherry picked from commit 2e676eab9d35e8faf0df8676fc832c3178ff3feb)
2010-07-27handle single quotes in comp_helpAn-Cheng Huang
(cherry picked from commit 2c2d2f6e9c3e27a5ab7422ff6b3474ca901de4da)
2010-07-22first commit to mendocino!Michael Larson
re-enable activate/deactivate
2010-07-21change quotingAn-Cheng Huang
2010-07-21output comp_help in addition to normal helpAn-Cheng Huang
2010-07-21fix for bug 5887An-Cheng Huang
* handle possible space in multi-type parsing.
2010-07-21support ipv4range and ! in val_helpAn-Cheng Huang
2010-07-15allow escaping literal stringsAn-Cheng Huang
2010-07-14separate val_help parsing from evalAn-Cheng Huang
2010-07-08fix for bug 5803An-Cheng Huang
* fix positional params handling in shell function. * fix argument handling in perl script.
2010-07-02remove activate/deactivate from cli command completion and help.Michael Larson
2010-06-22add val_help mechanismAn-Cheng Huang
2010-06-03Fix 1452: Add warning prompt to save configuration when exiting ↵Stig Thormodsrud
configuration mode.
2010-06-02Fix missing help textStephen Hemminger
Bug 5506 Missing help line for loadkey
2010-05-14POC implementation of unified enumeration mechanismAn-Cheng Huang
* use "enumeration" template field for both CLI completion and GUI2 enumeration support. * CLI completion now uses enumeration if it exists. * add "existing-interfaces" script as an example.
2010-05-14initial checkin of comment feature for cli.Michael Larson
/* to create a comment */ > comment [PATH-TO-NODE] "my comments" /* to delete a comment */ > comment [PATH-TO-NODE] ""
2010-05-04initial working version of activate and deactivate: load,save,show,commit ↵Michael Larson
supported.
2010-04-13fix for bug 2176.Michael Larson
Embedded leaf nodes can now be supported in the cli structure. In additional an arbritrary limit can be set on the number of multinode values allowed. Format in the node.def is: tag: [u32] or multi: [u32] For the special case of a leaf node the value for u32 is 1. In this case the operation applied to the node is to replace the node with the set value. This generates a delete of the old tree structure from the embedded leaf and a set of the new tree structure from the embedded leaf.
2010-02-18Fix completion format for loadkeyStephen Hemminger
Need extra newline
2010-02-17Add filename completion for keyfileStephen Hemminger
2010-02-16Add completion for loadkeyStephen Hemminger
2009-12-04Add alias wrapper for vyatta-load-user-keyStephen Hemminger
Similar to existing load config.
2009-10-19add sudo back to save command, and add check to save script that validates ↵slioch
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to.
2009-10-15modify group ownership on save commandslioch
2009-06-05fix for bug 4505 merge is now called merge.slioch
2009-06-04Bugfix 4235: Improve help text.Bob Gilligan
2009-05-29Bugfix 4235: Code cleanup.Bob Gilligan
2009-05-29Bugfix 4235: Add help for "copy" and "rename" commands.Bob Gilligan
2009-05-28Bugfix 4235: Add help text for "load" and "save" commands in config mode.Bob Gilligan
2009-05-21added load-merge command to configuration modeslioch
2009-03-09Block shutdown in configure modeStephen Hemminger