<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git, branch debian/0.16.34</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.16.34</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.16.34'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2010-04-15T20:48:41+00:00</updated>
<entry>
<title>0.16.34</title>
<updated>2010-04-15T20:48:41+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-04-15T20:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=8dc3118aea81bb95f274965178fc1dd6084cc58d'/>
<id>urn:sha1:8dc3118aea81bb95f274965178fc1dd6084cc58d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspur</title>
<updated>2010-04-15T20:44:35+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-04-15T20:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=6608f8d822da1f27a6cd0d5e85c5dda2610eca9d'/>
<id>urn:sha1:6608f8d822da1f27a6cd0d5e85c5dda2610eca9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Multiple (i.e. one or two) datatypes can now be supported on a node.def type definition.</title>
<updated>2010-04-15T20:39:40+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-04-15T20:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=6e99cd44d88e70cce50f1e6fa105525809d8409e'/>
<id>urn:sha1:6e99cd44d88e70cce50f1e6fa105525809d8409e</id>
<content type='text'>
type: ipv4,ipv6

Will now allow for the value to validated against both data types (or the first success). In the case of both failing the following message format will be returned:

vyatta@vyatta# set load-balancing wan rule 1
"1" is not a valid value of type "bool"
"1" is not a valid value of type "ipv4"

Note, that any combination of types with text being one of the types is not supported. The reason being is that with text any value is allowed, therefore it doesn't really
make sense to validate a datatype on text + ipv4 when text will always be successful.
</content>
</entry>
<entry>
<title>0.16.33</title>
<updated>2010-04-15T20:14:11+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-15T20:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=a7c280702a0e90323a74ff95aabb28e642091c5b'/>
<id>urn:sha1:a7c280702a0e90323a74ff95aabb28e642091c5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename in0 to ifb0</title>
<updated>2010-04-15T20:10:02+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-15T20:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=302df0c9c73db057b6fcd08535882fbad16f8e5f'/>
<id>urn:sha1:302df0c9c73db057b6fcd08535882fbad16f8e5f</id>
<content type='text'>
Better name suggestion.
</content>
</entry>
<entry>
<title>0.16.32</title>
<updated>2010-04-13T20:15:47+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-04-13T20:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=634c79ab395af94972fcf778ec80ae7d79dc5561'/>
<id>urn:sha1:634c79ab395af94972fcf778ec80ae7d79dc5561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 2176.</title>
<updated>2010-04-13T18:50:23+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-04-13T18:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=7c03bbb617c8e8c5bc9a553f25b79d43a8e40623'/>
<id>urn:sha1:7c03bbb617c8e8c5bc9a553f25b79d43a8e40623</id>
<content type='text'>
Embedded leaf nodes can now be supported in the cli structure. In additional an arbritrary limit can be set on the number of multinode values allowed.

Format in the node.def is:

tag: [u32]

or

multi: [u32]

For the special case of a leaf node the value for u32 is 1. In this case the operation applied to the node is to replace the node with the set value. This generates a
delete of the old tree structure from the embedded leaf and a set of the new tree structure from the embedded leaf.
</content>
</entry>
<entry>
<title>0.16.31</title>
<updated>2010-04-06T15:56:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-06T15:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=3ea2bdb717ceb9ef1f2843e3416ccf6ad0a54583'/>
<id>urn:sha1:3ea2bdb717ceb9ef1f2843e3416ccf6ad0a54583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'larkspur' of vm:git/vyatta-cfg into larkspur</title>
<updated>2010-04-06T15:54:44+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-06T15:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f98ce2d75cccca570f547c577f46c9f3870af93f'/>
<id>urn:sha1:f98ce2d75cccca570f547c577f46c9f3870af93f</id>
<content type='text'>
Conflicts:

	lib/Vyatta/Interface.pm
</content>
</entry>
<entry>
<title>Defer reading ppp config until necessary</title>
<updated>2010-04-06T15:36:38+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-06T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=3d6755af79c4a694b43efdd3519b6ee10a4656a5'/>
<id>urn:sha1:3d6755af79c4a694b43efdd3519b6ee10a4656a5</id>
<content type='text'>
Only read ppp peers and config if looking for config path.
Other properties don't need it.
</content>
</entry>
</feed>
