<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/scripts, branch debian/0.14.9</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=debian%2F0.14.9</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.14.9'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-02-03T19:53:50+00:00</updated>
<entry>
<title>Missing semicolon</title>
<updated>2009-02-03T19:53:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-03T19:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=300f2f918be3e807f628ad1200a72e389a59ecfe'/>
<id>urn:sha1:300f2f918be3e807f628ad1200a72e389a59ecfe</id>
<content type='text'>
Mistake in earlier change.
</content>
</entry>
<entry>
<title>Simplify and add strict checks</title>
<updated>2009-02-03T19:41:45+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-03T19:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f120eee288860f3fb6582100ff68d4d5a1222698'/>
<id>urn:sha1:f120eee288860f3fb6582100ff68d4d5a1222698</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace bare file handle with variable</title>
<updated>2009-02-03T19:40:19+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-03T19:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=381cd4352c00663ac01210a499a4c8c499e0de36'/>
<id>urn:sha1:381cd4352c00663ac01210a499a4c8c499e0de36</id>
<content type='text'>
PBP recommends using local variable rather than global file handle.
</content>
</entry>
<entry>
<title>Simplify logic</title>
<updated>2009-02-03T19:32:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-03T19:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=cc25ba067b79b91c92e0f67026e04a9b295dae76'/>
<id>urn:sha1:cc25ba067b79b91c92e0f67026e04a9b295dae76</id>
<content type='text'>
Use || operator
</content>
</entry>
<entry>
<title>Reindent load config for clarity</title>
<updated>2009-02-03T19:30:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-03T19:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=7fa9f0b7bdf358ced81ee8ca3051ce042ffd2e5b'/>
<id>urn:sha1:7fa9f0b7bdf358ced81ee8ca3051ce042ffd2e5b</id>
<content type='text'>
Run through perltidy.
</content>
</entry>
<entry>
<title>save_config: fix perlcritic warnings</title>
<updated>2009-01-27T00:10:09+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-24T06:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=2c21014b15e853c6832cf2b54408e19757921393'/>
<id>urn:sha1:2c21014b15e853c6832cf2b54408e19757921393</id>
<content type='text'>
Use three arg form of open etc.
</content>
</entry>
<entry>
<title>Use new interfaces routines</title>
<updated>2009-01-13T00:35:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-12T23:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=80f85801b57a030459cb6846bb229ca87d18cc5a'/>
<id>urn:sha1:80f85801b57a030459cb6846bb229ca87d18cc5a</id>
<content type='text'>
Unify all code that does name -&gt; interface attribute translation
into one place. No need to pass interface path to scripts, and handle
addresses correctly in DHCP code. Use 'undef' consitently for false
in perl code.
</content>
</entry>
<entry>
<title>Remove unused functions</title>
<updated>2009-01-12T22:35:47+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-12T22:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=99ea2c9a2bfc9f4af221ca735d26410dae3b2823'/>
<id>urn:sha1:99ea2c9a2bfc9f4af221ca735d26410dae3b2823</id>
<content type='text'>
htonl and if_nametoindex are not used.
</content>
</entry>
<entry>
<title>Need to fix some stuff from change to Vyatta::</title>
<updated>2008-11-25T02:52:30+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-11-25T02:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=a6ac43cf28ddf0db720eb98f1ae0454c991821dd'/>
<id>urn:sha1:a6ac43cf28ddf0db720eb98f1ae0454c991821dd</id>
<content type='text'>
I wanted to use Vyatta::Config::Output, but the perl part of the
autoconf installer is to stupid to handle directory trees, so had
to limit it to one directory per package. So name should have
been Vyatta::ConfigOutput...
</content>
</entry>
<entry>
<title>Convert VyattaConfig (et al) to Vyatta::Config</title>
<updated>2008-11-22T01:09:30+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-11-22T01:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=32cefc2d846f9946bf6e5b84cd914b5e2959dbfa'/>
<id>urn:sha1:32cefc2d846f9946bf6e5b84cd914b5e2959dbfa</id>
<content type='text'>
Use hierarchal directory structure
</content>
</entry>
</feed>
