<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/tests, branch test-codeowners</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=test-codeowners</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=test-codeowners'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-12-21T18:48:21+00:00</updated>
<entry>
<title>Move tests to vyatta-cfg-system</title>
<updated>2009-12-21T18:48:21+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-12-21T18:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=a08ee2271d2166fc8013cee8ebeddd9fb0987283'/>
<id>urn:sha1:a08ee2271d2166fc8013cee8ebeddd9fb0987283</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add loopback as a type for getInterfacesIPadresses().</title>
<updated>2009-03-02T23:52:04+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@io.vyatta.com</email>
</author>
<published>2009-03-02T23:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=81d41423748fff4a65acd4d8a4275e437cf9a8c2'/>
<id>urn:sha1:81d41423748fff4a65acd4d8a4275e437cf9a8c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update unit tests</title>
<updated>2009-01-19T23:15:11+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-19T23:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=abe20d48f6a96a2f636672d50b9274c71acf7d9f'/>
<id>urn:sha1:abe20d48f6a96a2f636672d50b9274c71acf7d9f</id>
<content type='text'>
Add more unit tests.
</content>
</entry>
<entry>
<title>Add test for is_ip_v4</title>
<updated>2009-01-13T22:46:59+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-13T22:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=bfa6748211a053e31edc710626413701e66e4c50'/>
<id>urn:sha1:bfa6748211a053e31edc710626413701e66e4c50</id>
<content type='text'>
More standalone test.
</content>
</entry>
<entry>
<title>Fix problems with test program</title>
<updated>2009-01-13T22:41:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-13T22:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f5e621b2c113c45ce661cf5bb27494fce22265a4'/>
<id>urn:sha1:f5e621b2c113c45ce661cf5bb27494fce22265a4</id>
<content type='text'>
Interfaces has changed, so need to change tests.
</content>
</entry>
<entry>
<title>Better version of getIPadresses and getInterfaces</title>
<updated>2009-01-13T02:16:37+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-13T02:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=c368665647b9ac72efc161c6e291cba8c3674628'/>
<id>urn:sha1:c368665647b9ac72efc161c6e291cba8c3674628</id>
<content type='text'>
Use new Vyatta::Interface and sysfs to avoid using ifconfig
and ip command unnecessarily.
</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>New Vyatta::Interface infrastructure</title>
<updated>2009-01-07T23:02:18+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-01-07T23:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=73026e8580afbbbbb18970679ff7207676b51ba6'/>
<id>urn:sha1:73026e8580afbbbbb18970679ff7207676b51ba6</id>
<content type='text'>
Provide generic module to map interface name to configuration
and other attributes.  This is first step to ripping the special
case code out of DHCP, QoS, ... that all have own rules for mapping
name to configuration and configuration to name.
</content>
</entry>
</feed>
