Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-04 | Fix Bug 7010 Update commands to save/retrieve files from /config | Mohit Mehta | |
* use shorter /config path when presenting configuration directory to users | |||
2011-03-08 | Remove accidental usage of perl prototype in usage | Stephen Hemminger | |
Perl prototypes are a misfeature and should not be used. | |||
2010-12-02 | change "load" to use new backend loadFile implementation. | An-Cheng Huang | |
* export loadFile through perl API. * "load" operation is now handled by the backend library. | |||
2010-12-02 | remove comment/activate/deactivate from load-config.pl. | An-Cheng Huang | |
* remove broken comment handling from script. "comment" for load is now handled in the library. * remove activate/deactivate handling from script. need to reimplement pending re-design. | |||
2010-12-01 | clean up merge argument processing | An-Cheng Huang | |
2010-11-19 | Simplify check for if there are changes to commit after load/merge. | Stig Thormodsrud | |
2010-11-19 | Fix 6434: load asks to use 'commit' to make changes active even when nothing ↵ | Stig Thormodsrud | |
has changed | |||
2010-11-04 | Fix 6404: change load/merge commands to NOT automatically commit. | Stig Thormodsrud | |
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 | |