Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-06-23 | 2nd part fix for bug 5729. | Michael Larson | |
2010-06-09 | better location for previous fix to bug 5676 | Michael Larson | |
2010-05-25 | final fix for 5610. fixes loading where node in active config is deactivated ↵ | Michael Larson | |
and is active in loaded configuration. | |||
2010-05-21 | fix for disable nodes loading (bug 5610). Additional checks added on ↵ | Michael Larson | |
configuration of disable nodes. requires vyatta-config-migrate package as well. Additional fix required for loading configuration with deactivated nodes that are activated through the loading process. | |||
2010-05-14 | initial 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-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2009-07-24 | Fix 4722: Output inconsistent from 'save' and 'load' commands | Stig Thormodsrud | |
(cherry picked from commit abc33133b79759a629b14b81e6a65eed0fa23e8a) | |||
2009-05-18 | notes on arbitrary root node loading in merge operations. | slioch | |
2009-05-15 | root node support on load merge operation. additional work needed for deeper ↵ | slioch | |
merge path support | |||
2009-05-15 | merge option added to load script. "load [configfile] --merge" adds ↵ | slioch | |
configuration to current running configuration. | |||
2009-02-03 | Missing semicolon | Stephen Hemminger | |
Mistake in earlier change. | |||
2009-02-03 | Replace bare file handle with variable | Stephen Hemminger | |
PBP recommends using local variable rather than global file handle. | |||
2009-02-03 | Simplify logic | Stephen Hemminger | |
Use || operator | |||
2009-02-03 | Reindent load config for clarity | Stephen Hemminger | |
Run through perltidy. | |||
2008-11-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure | |||
2008-07-28 | fix for bug 1130. disable ctrl-c during load command to prevent partial load. | root | |
2008-07-01 | Partial fix for 3383: check for vyatta-config-version, warn/prompt that it ↵ | Stig Thormodsrud | |
appears to be invalid config. | |||
2008-06-24 | Fix 3143: Unable to save/load config from a remote server. | Stig Thormodsrud | |
2008-03-29 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-26 | fix for bug 3032: | An-Cheng Huang | |
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config. | |||
2008-03-24 | Fix Bug 2825 Load should read config file from default location when no ↵ | Mohit Mehta | |
argument is provided. - 'load' reads config file from default location just as 'save' | |||
2008-03-10 | Add GPLv2 to additional Vyatta created scripts | rbalocca | |
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-01-14 | do config migration when loading a config file | An-Cheng Huang | |
2007-12-13 | assume bootfile_path is /opt/vyatta/etc/config | Tom Grennan | |
2007-11-07 | allow loading empty config file | An-Cheng Huang | |
2007-11-01 | use correct path for config backend binaries | An-Cheng Huang | |
2007-09-25 | fixed env variables in scripts. | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |