<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/src/common, branch debian/0.14.49</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.14.49</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.14.49'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-03-23T23:50:48+00:00</updated>
<entry>
<title>skip comment fields in priority file. a comment field is defined by the first non-space character on a line--if this character is a hash it is a comment otherwise it's an</title>
<updated>2009-03-23T23:50:48+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-03-23T23:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=0286665a18145c539e72153ff1df9b9c6b31656d'/>
<id>urn:sha1:0286665a18145c539e72153ff1df9b9c6b31656d</id>
<content type='text'>
active line.
</content>
</entry>
<entry>
<title>Fix compiler warnings in unionfs</title>
<updated>2009-03-12T03:47:02+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-12T03:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=b04d003bd7fe306819ddcad8398f62d6f71edb9d'/>
<id>urn:sha1:b04d003bd7fe306819ddcad8398f62d6f71edb9d</id>
<content type='text'>
Remove unused variables
Remove extra arg from sprintf
Fix missing prototype for piecewise_copy.
</content>
</entry>
<entry>
<title>buggy file exist test--thanx stig for test case to repro. fixes vpn_smoke regression failure.</title>
<updated>2009-03-11T04:29:41+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-03-11T04:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=b8df8ad34e50a760237bae682a8fe22acb17084a'/>
<id>urn:sha1:b8df8ad34e50a760237bae682a8fe22acb17084a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for qos-walkthrough. manage def file during commit--should handle general case, just happened to show up on qos-walkthrough (after def files were supported in the new</title>
<updated>2009-03-09T19:18:24+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-03-09T19:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=7389eafe6644ed25f4f827cab335ddeed4015db0'/>
<id>urn:sha1:7389eafe6644ed25f4f827cab335ddeed4015db0</id>
<content type='text'>
commit).
</content>
</entry>
<entry>
<title>added fix for nested priority and deletion failure. also priorities should not reside</title>
<updated>2009-03-03T06:28:16+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-03-03T06:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=8a66041f90db8205db50fd83aed8001175c787ed'/>
<id>urn:sha1:8a66041f90db8205db50fd83aed8001175c787ed</id>
<content type='text'>
on node.tags, but on parent (node name of multinode)--this is to prevent priorities
splitting behaviors between different priorities on multinodes.
</content>
</entry>
<entry>
<title>fixed preservation of def file when committing configuration. default leafs</title>
<updated>2009-03-02T17:51:39+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-03-02T17:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f99deef50eda86d063338c92ceed768b5578fb0b'/>
<id>urn:sha1:f99deef50eda86d063338c92ceed768b5578fb0b</id>
<content type='text'>
configured by system will now be suppressed via show command (same behavior as
with old commit).
</content>
</entry>
<entry>
<title>Added environment variable that can be accessed in executing node.def script to check whether commit is in a delete or set action. The environmental variable is</title>
<updated>2009-02-27T19:45:47+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-02-27T19:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f0c5876c1203da45081d588fa2daf6b034281cba'/>
<id>urn:sha1:f0c5876c1203da45081d588fa2daf6b034281cba</id>
<content type='text'>
"COMMIT_ACTION" the value can either be "SET" or "DELETE". The variable is set for the duration of the call being made to the action in the node.def file.

This should allow some simplication of scripts (i.e. such as setting up static routes).
</content>
</entry>
<entry>
<title>handle seg violation if an empty line is found in the priority file.</title>
<updated>2009-02-26T19:56:12+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-02-26T19:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=34293dcc8968aed3ffc0e3cee754b2e86dd566f9'/>
<id>urn:sha1:34293dcc8968aed3ffc0e3cee754b2e86dd566f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cosmetic changes, and better to not leave interfaces root node under default priority.</title>
<updated>2009-02-25T19:08:19+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-02-25T19:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=1eef25550d68988d5299685ff6015c07d70a7e6e'/>
<id>urn:sha1:1eef25550d68988d5299685ff6015c07d70a7e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>harvesting dead code.</title>
<updated>2009-02-25T18:24:44+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-02-25T18:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d40c4e1765835dfc6509d10b15e39dbb6c5ec9b9'/>
<id>urn:sha1:d40c4e1765835dfc6509d10b15e39dbb6c5ec9b9</id>
<content type='text'>
</content>
</entry>
</feed>
