<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/scripts/vyatta-config-loader.pl, branch rolling</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2020-12-30T17:17:37+00:00</updated>
<entry>
<title>migration: T3161: remove ConfigLoad.pm, all dependents and references</title>
<updated>2020-12-30T17:17:37+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-12-30T17:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=83d246d1e284fbf70f69969dbde2771fc4604f7c'/>
<id>urn:sha1:83d246d1e284fbf70f69969dbde2771fc4604f7c</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>vyatta-cfg: formatting changes for style consistency</title>
<updated>2015-07-11T14:31:34+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-07-11T14:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=33905c946dbe88d9e5c32ee7403c60daecc1e910'/>
<id>urn:sha1:33905c946dbe88d9e5c32ee7403c60daecc1e910</id>
<content type='text'>
Perltidy run on scripts/vyatta-config-loader.pl and
scripts/vyatta-save-config.pl to have consistent identation levels and
style throughout.
</content>
</entry>
<entry>
<title>Bugfix 6767: Move log files from /tmp to /var/log/vyatta.</title>
<updated>2011-06-15T23:59:39+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-06-15T23:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=3fc5d448cdc043c815b177ade72305d970c9f84c'/>
<id>urn:sha1:3fc5d448cdc043c815b177ade72305d970c9f84c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change config-loader error message handling and logging</title>
<updated>2010-11-24T19:52:49+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-24T16:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=9c879c9da3a4aff82d10e3c58cd3598a5ec1ab11'/>
<id>urn:sha1:9c879c9da3a4aff82d10e3c58cd3598a5ec1ab11</id>
<content type='text'>
Put more information in the log, including timestamp.
Put elapsed time in syslog
Redirect both stdout and stderr to the log file.
</content>
</entry>
<entry>
<title>Display serious errors to console and syslog</title>
<updated>2010-11-19T23:54:51+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-19T23:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=63b242cbb560940af9c5ca492e0278811e63b4dc'/>
<id>urn:sha1:63b242cbb560940af9c5ca492e0278811e63b4dc</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fix typo's in logging printf</title>
<updated>2010-11-19T23:40:07+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-19T23:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=45ac9b1795456607fad9744870883489334e9b3c'/>
<id>urn:sha1:45ac9b1795456607fad9744870883489334e9b3c</id>
<content type='text'>
Had wrong version, want to get config command in log, not
whole string.
</content>
</entry>
<entry>
<title>Cleanup config loader</title>
<updated>2010-11-19T23:25:29+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-19T23:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=4ab2de09d4a5985fb1dd3cb59908934a64ae7571'/>
<id>urn:sha1:4ab2de09d4a5985fb1dd3cb59908934a64ae7571</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix for bug 5716</title>
<updated>2010-06-22T00:29:10+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-06-22T00:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d56124bb5442aeff962b73e8d2f128dd170936ed'/>
<id>urn:sha1:d56124bb5442aeff962b73e8d2f128dd170936ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>additional fix for boot loading of deactivate nodes.</title>
<updated>2010-05-27T20:46:34+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-05-27T20:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=e1213d8968b7791d9160dfd5679b12d0110b5891'/>
<id>urn:sha1:e1213d8968b7791d9160dfd5679b12d0110b5891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for disable nodes loading (bug 5610). Additional checks added on configuration of disable nodes. requires vyatta-config-migrate package as well.</title>
<updated>2010-05-21T17:19:01+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-05-21T17:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=755f0d7a791c7d80ebd4017aa1e853ee0614cd29'/>
<id>urn:sha1:755f0d7a791c7d80ebd4017aa1e853ee0614cd29</id>
<content type='text'>
Additional fix required for loading configuration with deactivated nodes that are activated through the loading process.
</content>
</entry>
</feed>
