<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts, branch debian/0.20.19</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.19</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.19'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-06-22T22:51:16+00:00</updated>
<entry>
<title>Use hash map of addresses to interfaces</title>
<updated>2012-06-22T22:51:16+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T19:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=90b51b30aa19ecdc02b71e5c75f9a5cc4f215756'/>
<id>urn:sha1:90b51b30aa19ecdc02b71e5c75f9a5cc4f215756</id>
<content type='text'>
Other part of fix for Bz 8171
Create a hash of address =&gt; interfaces in configuration
and use it during address commit check.

Remove unused creation of list of current addresses.
This might speed boot with large number of interfaces.

Since the hash is made once per interface rather than
multiple times, it might be faster because of that as well.
</content>
</entry>
<entry>
<title>Allow USB console in Grub setup</title>
<updated>2012-06-12T22:04:40+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-12T22:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f9dc6e9bd279cb918f859a0bf52cc585ac64de28'/>
<id>urn:sha1:f9dc6e9bd279cb918f859a0bf52cc585ac64de28</id>
<content type='text'>
Bug 7724
</content>
</entry>
<entry>
<title>Change default to No when not enough space to save config</title>
<updated>2012-05-16T17:47:10+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-05-10T20:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ee00d454e791522383d06f2604252506433093ed'/>
<id>urn:sha1:ee00d454e791522383d06f2604252506433093ed</id>
<content type='text'>
During an image add, the default used to be to not save the current
configuration and continue with adding the image. Now the default is
to not continue.

Fixes bug 7964.
</content>
</entry>
<entry>
<title>Move VRRP to its own package</title>
<updated>2012-05-15T20:52:52+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-05-15T20:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c43ac111560888ef0393aecbd54202f1a8b7b9fc'/>
<id>urn:sha1:c43ac111560888ef0393aecbd54202f1a8b7b9fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn on vrrp snmp traps by default</title>
<updated>2012-05-08T01:05:00+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-05-08T01:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=781e0278d943db6ee3019b2180cb3924bf3a0253'/>
<id>urn:sha1:781e0278d943db6ee3019b2180cb3924bf3a0253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use rsyslog to trigger log rotation</title>
<updated>2012-04-18T18:04:44+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-04-06T00:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=2415dea5aa5ecc1542b3da7795c0b7c49b98f259'/>
<id>urn:sha1:2415dea5aa5ecc1542b3da7795c0b7c49b98f259</id>
<content type='text'>
The previous implementation of log rotation used an hourly cron job to
check log file size and possibly perform a rotation. If the logging
rate is high, this interval may allow for root file system space
exhustion.

Utilizing rsyslog's outchannel mechanism enables log rotation to be
initiated as soon as the log file becomes larger than its configured
size.

Fixes Bug 7807.
</content>
</entry>
<entry>
<title>Return success on stop if telnetd service is not running</title>
<updated>2012-04-11T17:00:57+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-03-07T18:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=97d7a148b5f0dcf2e03687235724dbfc93e174d2'/>
<id>urn:sha1:97d7a148b5f0dcf2e03687235724dbfc93e174d2</id>
<content type='text'>
Fixes Bug 5511.
</content>
</entry>
<entry>
<title>Replace intf-&gt;carrier() check with intf-&gt;running()</title>
<updated>2012-04-10T04:14:00+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-04-10T04:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d081fa7f07c6e82363c56acdafc3d527ca09c76b'/>
<id>urn:sha1:d081fa7f07c6e82363c56acdafc3d527ca09c76b</id>
<content type='text'>
Bug 8006
The "carrier" method in Interface.pm is superseded by
the more robust running() method.
</content>
</entry>
<entry>
<title>Fix minor perlcritc warning in vrrp-state</title>
<updated>2012-04-05T02:38:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2012-04-05T02:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=93a711195d4e4ac2496adce138614ba8817bd19e'/>
<id>urn:sha1:93a711195d4e4ac2496adce138614ba8817bd19e</id>
<content type='text'>
Code before strictures.
</content>
</entry>
<entry>
<title>forgot to use io::prompt</title>
<updated>2012-03-01T00:52:06+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-03-01T00:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9cbf13a43d26f37ca8dbba88a419a27c59a52664'/>
<id>urn:sha1:9cbf13a43d26f37ca8dbba88a419a27c59a52664</id>
<content type='text'>
</content>
</entry>
</feed>
