<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/src, branch debian/0.15.15</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.15.15</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.15.15'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-09-05T04:17:23+00:00</updated>
<entry>
<title>added data path to environment during commit. value key is "NODE_DATA_PATH". nodes are delimited by "/" rather than spaces.</title>
<updated>2009-09-05T04:17:23+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-09-05T04:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f50e8a9c76156a003d07fbca48f35abd24a434d0'/>
<id>urn:sha1:f50e8a9c76156a003d07fbca48f35abd24a434d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 4255. commit check was not being called on active node that had deleted children. This change only affects</title>
<updated>2009-07-14T18:00:12+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-07-14T17:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=82751643f22509c145d7dae31798913ffc4c7f41'/>
<id>urn:sha1:82751643f22509c145d7dae31798913ffc4c7f41</id>
<content type='text'>
the commit check for nodes that are transactions and are not directly deleted, but have deleted children.

commit check is now being called.
</content>
</entry>
<entry>
<title>fix for ptr magic on 64 bit system. looks like double ptr was getting the missing the last 4 bytes on 64 bit copy.</title>
<updated>2009-07-07T00:31:50+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-07-07T00:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=989e18d1c463dae8f7777532f57fcbd5bc386b62'/>
<id>urn:sha1:989e18d1c463dae8f7777532f57fcbd5bc386b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 4669. Revert string back to value for terminating multinodes.</title>
<updated>2009-07-06T20:38:22+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-30T20:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=492372480adb0b24808c893b090d12f5703fa3fb'/>
<id>urn:sha1:492372480adb0b24808c893b090d12f5703fa3fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated perl api for new cli to support working node representation. not yet functional without additional testing.</title>
<updated>2009-07-06T20:37:44+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-27T06:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=c3b23a060d2c949580873dc100469be9ad05734c'/>
<id>urn:sha1:c3b23a060d2c949580873dc100469be9ad05734c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The SYNTAX and COMMIT tags will be executed before an actions (UPDATE,</title>
<updated>2009-06-26T22:08:02+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-26T22:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=aa697721489c867de9b39121836c05a5bc3239b6'/>
<id>urn:sha1:aa697721489c867de9b39121836c05a5bc3239b6</id>
<content type='text'>
CREATE, DELETE, END, BEGIN) within a priority tree.

That means that all work (include the commit-check pass) will be
performed on a priority tree before proceeding to the next priority tree.

If a priority tree generates a failure in the commit-check pass
processing will halt on the priority tree and no further processing will
be performed on the priority tree. The failed priority tree will NOT be
copied to the active working directory.

All nodes in the priority tree will execute SYNTAX and COMMIT actions
except for nodes that have been deleted. Note this iteration is
performed on the working tree, so all commit-check nodes will either be
directly modified or have a node down the hierarchy that had been modified.

The working directory and active directory will not be modified until
after all priority trees have been processed.
</content>
</entry>
<entry>
<title>Commit check now behaves like IslaVista.</title>
<updated>2009-06-24T18:51:45+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-24T18:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=bbf867acfcaa999dec75b3a76ca6d286db4b57f8'/>
<id>urn:sha1:bbf867acfcaa999dec75b3a76ca6d286db4b57f8</id>
<content type='text'>
Note that commit check only applies in the following cases:

1) On nodes or ancestors of nodes that have been set or modified
2) Does not applied to deleted nodes

Feature developers should:

1) locate commit checks at a common ancestor if checking across a hierarchy
2) expect that the commit check only enforces created behavior (therefore behaves more like a create check).

An additional flag is provided "-f" to allow for full syntax and commit checks. This allows a complete single pass on all syntax and
commit errors. The default behavior is to stop processing on the first error.
</content>
</entry>
<entry>
<title>fix -a option for displaying actions when commit or syntax check is present in the node.def. This change only affects display of nodes when -a option is used.</title>
<updated>2009-06-19T21:10:47+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-19T21:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f625070dec4cb848d2348aeaa66c03713a4a89ee'/>
<id>urn:sha1:f625070dec4cb848d2348aeaa66c03713a4a89ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>additional fix for bug 4212. root dirs needed to be reversed on del event. passes regression</title>
<updated>2009-06-10T03:17:25+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-10T03:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=7fee20a430a05b934b00d025bccb4281792ccb3d'/>
<id>urn:sha1:7fee20a430a05b934b00d025bccb4281792ccb3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 4444.</title>
<updated>2009-06-05T23:15:45+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-06-05T23:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=cdebe1dc14fb277765f6102956a5e57e840c18f7'/>
<id>urn:sha1:cdebe1dc14fb277765f6102956a5e57e840c18f7</id>
<content type='text'>
Post unionfs directory magic until after all actions have been applied to node tree.
</content>
</entry>
</feed>
