<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/scripts, branch debian/0.15.23</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.23</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.15.23'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-09-10T00:38:00+00:00</updated>
<entry>
<title>Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses too</title>
<updated>2009-09-10T00:38:00+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-09-10T00:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d32ceb43ab64530c6eca81ec83fe4b374dd510d0'/>
<id>urn:sha1:d32ceb43ab64530c6eca81ec83fe4b374dd510d0</id>
<content type='text'>
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside
this package.
</content>
</entry>
<entry>
<title>Bugfix 4700, 4269: Fix set and commit-time checks of ethernet address values</title>
<updated>2009-09-10T00:08:21+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-09-10T00:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=84fb2f920765c6d02f35ef1654dc0f8c2bef648c'/>
<id>urn:sha1:84fb2f920765c6d02f35ef1654dc0f8c2bef648c</id>
<content type='text'>
Changed the the set-time and commit-time check of ethernet interface address
values.  These checks need to prevent configuring both DHCP and static
IPv4 addresses on the same interfac.  The previous checks were comparing
against the running configuration tree, not the proposed config tree.  Now
the set-time check is purely a syntax check, and the commit-time check
only checks for both DHCP and static IPv4 addresses in the proposed config.
The system now allows DHCP and static IPv6 addresses to be configured on
the same interface.
</content>
</entry>
<entry>
<title>Failure to set address should fail the commit</title>
<updated>2009-08-27T16:54:36+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-08-27T16:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=a84810d27eb4bbc721c0ee326fe64589ffcf2f3c'/>
<id>urn:sha1:a84810d27eb4bbc721c0ee326fe64589ffcf2f3c</id>
<content type='text'>
The script was hiding any error exit codes from 'ip' command.
Switch to using exec so that error exits fail the commit.
Discovered when testing with IPV6 disabled.
</content>
</entry>
<entry>
<title>Add a small script to test for node existance</title>
<updated>2009-08-24T19:15:06+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-08-24T19:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=29662246b32dd27b2540ae766684f2c634e8d044'/>
<id>urn:sha1:29662246b32dd27b2540ae766684f2c634e8d044</id>
<content type='text'>
This does the same thing as vyatta-quagga-utils.pl --exists, but
it is generally useful (outside quagga) and has less overhead than
a perl compile.
</content>
</entry>
<entry>
<title>Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood</title>
<updated>2009-07-31T22:08:30+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-07-31T22:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=c25cec88d97a4dbb0e04a45d620f7e4c9796e02d'/>
<id>urn:sha1:c25cec88d97a4dbb0e04a45d620f7e4c9796e02d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaned out more of the islavista rank code. closing bug 4473 as a result</title>
<updated>2009-07-31T22:07:36+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-07-31T22:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=9c2f8965e28bd4af5f8773b85dbee0511f447ec3'/>
<id>urn:sha1:9c2f8965e28bd4af5f8773b85dbee0511f447ec3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cli-expand-var script to match current variable reference syntax.</title>
<updated>2009-07-29T19:00:32+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2009-07-29T19:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f3744da98332e55d0487d8619ceb8ae7a0db3ac3'/>
<id>urn:sha1:f3744da98332e55d0487d8619ceb8ae7a0db3ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>alter rename rule option to work for firewall and nat rules</title>
<updated>2009-07-29T00:07:00+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2009-07-29T00:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=138cfe3b7213fa19c91d16114f3b377b8587d095'/>
<id>urn:sha1:138cfe3b7213fa19c91d16114f3b377b8587d095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 4722: Output inconsistent from 'save' and 'load' commands</title>
<updated>2009-07-24T21:26:02+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@vyatta.com</email>
</author>
<published>2009-07-14T21:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=ac272fe8d44860c3f25f262d365ff2ce946f2286'/>
<id>urn:sha1:ac272fe8d44860c3f25f262d365ff2ce946f2286</id>
<content type='text'>
(cherry picked from commit abc33133b79759a629b14b81e6a65eed0fa23e8a)
</content>
</entry>
<entry>
<title>load requires additional environment variables</title>
<updated>2009-07-09T00:27:57+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2009-07-09T00:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=fe238c4d57c81297e610326d3e94a3cd6f6a9c32'/>
<id>urn:sha1:fe238c4d57c81297e610326d3e94a3cd6f6a9c32</id>
<content type='text'>
</content>
</entry>
</feed>
