<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git, branch debian/0.100.2</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.100.2</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.100.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2012-06-26T21:03:29+00:00</updated>
<entry>
<title>0.100.2</title>
<updated>2012-06-26T21:03:29+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-26T21:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=90c8a2c42b110679ff1c601a8d332a604552e46b'/>
<id>urn:sha1:90c8a2c42b110679ff1c601a8d332a604552e46b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make dataplane matching less restrictive</title>
<updated>2012-06-26T21:02:44+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-26T21:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=c31f04696826f51b324e7e9410a70b4ce000b787'/>
<id>urn:sha1:c31f04696826f51b324e7e9410a70b4ce000b787</id>
<content type='text'>
Anything starting with dp[0-9] is a dataplane interface
</content>
</entry>
<entry>
<title>0.100.1</title>
<updated>2012-06-22T22:50:20+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T22:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=aa93f1ec41837a120c96ba2f4d23729528dafc2e'/>
<id>urn:sha1:aa93f1ec41837a120c96ba2f4d23729528dafc2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new function to find hash of configured addresses</title>
<updated>2012-06-22T22:49:55+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T19:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=12a5b876d2502c2add58e0d50b6ac23ef3a7dc51'/>
<id>urn:sha1:12a5b876d2502c2add58e0d50b6ac23ef3a7dc51</id>
<content type='text'>
Useful to optimize lookup and resolve issue in Bz 8171
</content>
</entry>
<entry>
<title>More indentation cleanup</title>
<updated>2012-06-22T19:16:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T17:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=60be8c5723af5e8e314b4796fe57371a2e880f75'/>
<id>urn:sha1:60be8c5723af5e8e314b4796fe57371a2e880f75</id>
<content type='text'>
Use indent of 4
</content>
</entry>
<entry>
<title>Make indentation consistent</title>
<updated>2012-06-22T17:48:28+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T17:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=2dbfe771b2dd9de65fb3018addedc721f1e420bf'/>
<id>urn:sha1:2dbfe771b2dd9de65fb3018addedc721f1e420bf</id>
<content type='text'>
Use indent of 4 and break long lines.
</content>
</entry>
<entry>
<title>0.99.88</title>
<updated>2012-06-22T01:05:25+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T01:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=3370a99a9f030da1e4177d4611da3ecbd54901ec'/>
<id>urn:sha1:3370a99a9f030da1e4177d4611da3ecbd54901ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify name matching regex</title>
<updated>2012-06-22T01:04:09+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T01:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=05cb0712cb5dd1876acbaf0666f9800a71ab324e'/>
<id>urn:sha1:05cb0712cb5dd1876acbaf0666f9800a71ab324e</id>
<content type='text'>
Turns out that [\d]+ is same as \d+ since \d is the class
of all digits and [] is the set operator
</content>
</entry>
<entry>
<title>Allow dataplane interface name dp0em0</title>
<updated>2012-06-22T01:02:10+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T01:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=80494ea87918712040eb5cc7df94de9afafc5b18'/>
<id>urn:sha1:80494ea87918712040eb5cc7df94de9afafc5b18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2012-06-22T01:00:53+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-06-22T01:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=79c2254d4daa9cf0831478dc0a8e3ba5c7400c15'/>
<id>urn:sha1:79c2254d4daa9cf0831478dc0a8e3ba5c7400c15</id>
<content type='text'>
Extra whitespace causes git to complain when integrating patches.
</content>
</entry>
</feed>
