<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git, branch debian/0.20.16</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.16</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.16'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-06-22T22:51:45+00:00</updated>
<entry>
<title>0.20.16</title>
<updated>2012-06-22T22:51:45+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T22:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9d80920993a7e88e6c6aefa369df2f209fd30bff'/>
<id>urn:sha1:9d80920993a7e88e6c6aefa369df2f209fd30bff</id>
<content type='text'>
</content>
</entry>
<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>0.20.15</title>
<updated>2012-06-19T16:13:58+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-06-19T16:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=72e5d9292cc5e1d31193563f069c88765f422aa1'/>
<id>urn:sha1:72e5d9292cc5e1d31193563f069c88765f422aa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 8115: reset miimon on arp-montior deletion</title>
<updated>2012-06-19T16:13:46+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-06-19T16:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=115751b4bd0218ea401d15fd2d5d9354e8c818f5'/>
<id>urn:sha1:115751b4bd0218ea401d15fd2d5d9354e8c818f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.20.14</title>
<updated>2012-06-13T22:35:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-13T22:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=34b529bc383dbc5beef938424de03bd94a6d339e'/>
<id>urn:sha1:34b529bc383dbc5beef938424de03bd94a6d339e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix help on for USB serial console</title>
<updated>2012-06-13T22:35:29+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-13T22:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e8d7c423818240f1230a13174419f516dd2bb6c7'/>
<id>urn:sha1:e8d7c423818240f1230a13174419f516dd2bb6c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.20.13</title>
<updated>2012-06-12T22:06:20+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-12T22:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=cd8f0919422215dd02f4f5b1e219bc3c3bc9cd27'/>
<id>urn:sha1:cd8f0919422215dd02f4f5b1e219bc3c3bc9cd27</id>
<content type='text'>
</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>0.20.12</title>
<updated>2012-06-12T22:00:05+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-12T22:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=a21a8cac1ca70817181033c4d1811269a30f1b92'/>
<id>urn:sha1:a21a8cac1ca70817181033c4d1811269a30f1b92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow USB serial console</title>
<updated>2012-06-12T21:58:27+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-12T21:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e0ecc1800c9f06efe3103d50a61bea1205e44a0e'/>
<id>urn:sha1:e0ecc1800c9f06efe3103d50a61bea1205e44a0e</id>
<content type='text'>
Bug 7724 related.
</content>
</entry>
</feed>
