summaryrefslogtreecommitdiff
path: root/scripts/vyatta-load-config.pl
AgeCommit message (Collapse)Author
2010-07-28add new cstore libraryAn-Cheng Huang
2010-06-232nd part fix for bug 5729.Michael Larson
2010-06-09better location for previous fix to bug 5676Michael Larson
2010-05-25final fix for 5610. fixes loading where node in active config is deactivated ↵Michael Larson
and is active in loaded configuration.
2010-05-21fix 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-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.
2009-07-24Fix 4722: Output inconsistent from 'save' and 'load' commandsStig Thormodsrud
(cherry picked from commit abc33133b79759a629b14b81e6a65eed0fa23e8a)
2009-05-18notes on arbitrary root node loading in merge operations.slioch
2009-05-15root node support on load merge operation. additional work needed for deeper ↵slioch
merge path support
2009-05-15merge option added to load script. "load [configfile] --merge" adds ↵slioch
configuration to current running configuration.
2009-02-03Missing semicolonStephen Hemminger
Mistake in earlier change.
2009-02-03Replace bare file handle with variableStephen Hemminger
PBP recommends using local variable rather than global file handle.
2009-02-03Simplify logicStephen Hemminger
Use || operator
2009-02-03Reindent load config for clarityStephen Hemminger
Run through perltidy.
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-07-28fix for bug 1130. disable ctrl-c during load command to prevent partial load.root
2008-07-01Partial fix for 3383: check for vyatta-config-version, warn/prompt that it ↵Stig Thormodsrud
appears to be invalid config.
2008-06-24Fix 3143: Unable to save/load config from a remote server.Stig Thormodsrud
2008-03-29Merge branch 'glendale' into hollywoodrbalocca
2008-03-26fix for bug 3032:An-Cheng Huang
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config.
2008-03-24Fix 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-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-01-14do config migration when loading a config fileAn-Cheng Huang
2007-12-13assume bootfile_path is /opt/vyatta/etc/configTom Grennan
2007-11-07allow loading empty config fileAn-Cheng Huang
2007-11-01use correct path for config backend binariesAn-Cheng Huang
2007-09-25fixed env variables in scripts.An-Cheng Huang
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang