<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/src/common, branch debian/0.16.56</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.56</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.16.56'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2010-06-02T01:10:55+00:00</updated>
<entry>
<title>Remove unnecessary return statements</title>
<updated>2010-06-02T01:10:55+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-06-02T01:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=20946d053dea13a441888c8942e4b741bbef5d43'/>
<id>urn:sha1:20946d053dea13a441888c8942e4b741bbef5d43</id>
<content type='text'>
Get rid of:
   return;
}
</content>
</entry>
<entry>
<title>Fix compiler warnings about overriding const</title>
<updated>2010-05-28T18:57:35+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-05-28T18:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=692ac7df1d9ab19712ca1256f4f84cf18d55169c'/>
<id>urn:sha1:692ac7df1d9ab19712ca1256f4f84cf18d55169c</id>
<content type='text'>
Change retrieve_data and srcDst to use const.
This fixes compiler warnings about violating const rules.
</content>
</entry>
<entry>
<title>modified tag limit == 1. Now when set this node will only allow a single instance. todo update the parsing structure to support a signed value to support embedded tag node</title>
<updated>2010-05-19T21:54:44+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-05-19T21:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=846abdb265aa2673816fbf5f8e515c62d443a84b'/>
<id>urn:sha1:846abdb265aa2673816fbf5f8e515c62d443a84b</id>
<content type='text'>
value of 1 (current behavior)--will address this in the future (or when this behavior is requested).
</content>
</entry>
<entry>
<title>initial working version of activate and deactivate: load,save,show,commit supported.</title>
<updated>2010-05-05T00:54:56+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-05-05T00:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=0ffdc5e6d89f9677694a8eef916b07c089264753'/>
<id>urn:sha1:0ffdc5e6d89f9677694a8eef916b07c089264753</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support for PARENT reference in priority statements. Example:</title>
<updated>2010-04-22T20:34:17+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-04-22T20:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=b72ddf64bc5d89487ffe9672f0ba89c5b90ac2e5'/>
<id>urn:sha1:b72ddf64bc5d89487ffe9672f0ba89c5b90ac2e5</id>
<content type='text'>
priority: PARENT

Means that this priority group will adopt the priority value of the parent. And the behavior on deletion of this priority root node will be deleted before the parent. On
all other operations this node will be scheduled after the parent.

This should fix problems in scheduling creation/deletion orders for priority groups so long as they are located within the same hierarchy.

priority.pl has been updated as well.
</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>changed double quotes to single quotes on in commit actions.</title>
<updated>2010-03-29T17:40:13+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-03-29T17:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=c64bca6d04c613b9e617b80aa3f77086d425c030'/>
<id>urn:sha1:c64bca6d04c613b9e617b80aa3f77086d425c030</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 5300</title>
<updated>2010-03-26T23:11:58+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-03-26T23:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=406c6072b9755ec015119202d6dff4db6fb4399a'/>
<id>urn:sha1:406c6072b9755ec015119202d6dff4db6fb4399a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>preserve node.val order for term multinodes. fix for bug 5103</title>
<updated>2009-11-10T20:04:23+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@ft1.vyatta.com</email>
</author>
<published>2009-11-10T20:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=3238b588efc4bc2766edeaec9b1d0369815186f7'/>
<id>urn:sha1:3238b588efc4bc2766edeaec9b1d0369815186f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for missing priority value on embedded multinode. bug behavior was more limited than this--at least tag node.def and multiple</title>
<updated>2009-11-03T01:22:05+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-11-03T01:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=89a8f27b3d905501c9097544f27dd76208303b80'/>
<id>urn:sha1:89a8f27b3d905501c9097544f27dd76208303b80</id>
<content type='text'>
configuration on commit.

tested fix with limited regression test.

also slightly modified break on priority values where embedded multinodes with priority values are treated as discrete transactions (which
isolates failures within the multinode and not the parent of the multinode).
</content>
</entry>
</feed>
