Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-11 | vyatta-cfg: formatting changes for style consistency | Alex 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-15 | Bugfix 6767: Move log files from /tmp to /var/log/vyatta. | Bob Gilligan | |
2010-11-24 | Change config-loader error message handling and logging | Stephen 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-19 | Display serious errors to console and syslog | Stephen 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-19 | Fix typo's in logging printf | Stephen Hemminger | |
Had wrong version, want to get config command in log, not whole string. | |||
2010-11-19 | Cleanup config loader | Stephen 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-21 | fix for bug 5716 | Michael Larson | |
2010-05-27 | additional fix for boot loading of deactivate nodes. | Michael Larson | |
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-05 | boot loader support now added. various bug fixes and some small rework. | Michael Larson | |
2009-07-31 | cleaned out more of the islavista rank code. closing bug 4473 as a result | slioch | |
2009-04-21 | Add some debug files to help diagnose boot issue with new cli ordering. | Stig Thormodsrud | |
These should be removed before release. | |||
2009-04-09 | Bugfix 4272: Set log level to "notice" so messages are logged by default. | Bob Gilligan | |
2009-04-06 | for 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-03 | remove rank loading from loadconfig. rank load is disabled--will remove ↵ | slioch | |
ordering code (that has no effect) in a future submission. | |||
2008-11-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure | |||
2008-03-10 | Add GPLv2 to additional Vyatta created scripts | rbalocca | |
2008-03-06 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |
2008-03-06 | fix for bug 2950: raise config error messages during boot to warning level. | An-Cheng Huang | |
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-02-28 | fix for bug 2912: direct config loading output to syslog. | An-Cheng Huang | |
2008-02-20 | add vyatta-cfg-cmd-wrapper to replace xorp_tmpl_tool. | An-Cheng Huang | |
2007-10-24 | make sure config directories have correct permissions. | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |