summaryrefslogtreecommitdiff
path: root/scripts/vyatta-config-loader.pl
AgeCommit message (Collapse)Author
2020-12-30migration: T3161: remove ConfigLoad.pm, all dependents and referencesJohn Estabrook
Remove ConfigLoad.pm due to its legacy reference to XorpConfigParser, all dependent scripts: vyatta-boot-config-loader vyatta-config-loader.pl vyatta-load-config.pl (rewritten or obviated), and references in logrotate, Makefile.am, and vyos-router (vyatta-boot-config-loader was kept as a fallback when initially introducing vyos-boot-config-loader.py).
2015-07-11vyatta-cfg: formatting changes for style consistencyAlex Harpin
Perltidy run on scripts/vyatta-config-loader.pl and scripts/vyatta-save-config.pl to have consistent identation levels and style throughout.
2011-06-15Bugfix 6767: Move log files from /tmp to /var/log/vyatta.Bob Gilligan
2010-11-24Change config-loader error message handling and loggingStephen Hemminger
Put more information in the log, including timestamp. Put elapsed time in syslog Redirect both stdout and stderr to the log file.
2010-11-19Display serious errors to console and syslogStephen Hemminger
Put regular stuff to /tmp/vyatta-config.log on standard output Keep console open as standard error for messages like "commit failed" Put errors in syslog as well
2010-11-19Fix typo's in logging printfStephen Hemminger
Had wrong version, want to get config command in log, not whole string.
2010-11-19Cleanup config loaderStephen Hemminger
1. Get rid of all perl warnings (and perl critic warnings) 2. use Syslog package rather than running logger 3. put config log in /tmt/vyatta-config-load.log rather than /tmp/bar 4. Don't do another transaction for deactivated nodes unless necessary 5. Use exec as a tail optimization for end step.
2010-06-21fix for bug 5716Michael Larson
2010-05-27additional fix for boot loading of deactivate nodes.Michael Larson
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-05boot loader support now added. various bug fixes and some small rework.Michael Larson
2009-07-31cleaned out more of the islavista rank code. closing bug 4473 as a resultslioch
2009-04-21Add some debug files to help diagnose boot issue with new cli ordering.Stig Thormodsrud
These should be removed before release.
2009-04-09Bugfix 4272: Set log level to "notice" so messages are logged by default.Bob Gilligan
2009-04-06for fans of the new priority|commit system, debug output is now enabled on ↵slioch
config boot. -a action is activated and last output is written to /tmp/bar
2009-04-03remove rank loading from loadconfig. rank load is disabled--will remove ↵slioch
ordering code (that has no effect) in a future submission.
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-06Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-06fix for bug 2950: raise config error messages during boot to warning level.An-Cheng Huang
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-02-28fix for bug 2912: direct config loading output to syslog.An-Cheng Huang
2008-02-20add vyatta-cfg-cmd-wrapper to replace xorp_tmpl_tool.An-Cheng Huang
2007-10-24make sure config directories have correct permissions.An-Cheng Huang
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang