<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts, branch debian/0.17.11</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.17.11</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.17.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2010-02-25T19:48:55+00:00</updated>
<entry>
<title>Bugfix 5217: Don't use the "-#" option to curl.  It runs slow on serial ports.</title>
<updated>2010-02-25T19:48:55+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-02-25T19:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1a9cc93dcda4bf9c6a8633317f86cca48652f5a5'/>
<id>urn:sha1:1a9cc93dcda4bf9c6a8633317f86cca48652f5a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Bug 5064 can't delete bridge group and membership in one commit</title>
<updated>2010-02-19T01:11:35+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-02-19T01:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=fab23c4e4b7e5566e43ccbaa9f4dbc7d1b60fc69'/>
<id>urn:sha1:fab23c4e4b7e5566e43ccbaa9f4dbc7d1b60fc69</id>
<content type='text'>
* fix this for eth, eth.vif, bond, bond.vif interfaces
* also, bridge-group code for bonding interfaces wasn't changed
  with commit ec080f99 that re-strucutred bridging code in eth and
  eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif
  interfaces is now similar to the fix for 4708
</content>
</entry>
<entry>
<title>Add support for options in keyfile</title>
<updated>2010-02-17T20:45:03+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-17T20:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3577a4f420d71c8d1040341776a2039ce232b7dd'/>
<id>urn:sha1:3577a4f420d71c8d1040341776a2039ce232b7dd</id>
<content type='text'>
The sshd file format has optional options; copy them to a
placeholder node and generate to authorized_keys

Better error message when wrong number of arguments.
</content>
</entry>
<entry>
<title>Handle DSA keys</title>
<updated>2010-02-17T17:36:02+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-17T02:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3ec0331cad6790982f9b1b2b4137eaadbc006b52'/>
<id>urn:sha1:3ec0331cad6790982f9b1b2b4137eaadbc006b52</id>
<content type='text'>
Bug 5350
Need some changes to support DSA keys (Protocol V2).
Also add support for options in key file.
</content>
</entry>
<entry>
<title>Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood</title>
<updated>2010-02-16T21:57:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-16T21:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c0e7f980b9d71c4d3a47446e2ef31ed1d3096036'/>
<id>urn:sha1:c0e7f980b9d71c4d3a47446e2ef31ed1d3096036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 5327: Don't try to save config from images with none.</title>
<updated>2010-02-16T19:52:14+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-02-16T19:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=03c22ef560755fa2f1b5983dd18fa91066adbd2c'/>
<id>urn:sha1:03c22ef560755fa2f1b5983dd18fa91066adbd2c</id>
<content type='text'>
On image-based systems, the Vyatta configuration is mounted on /config and
can be found in the disk filesystem under
/boot/&lt;image-name&gt;/live-rw/config.
</content>
</entry>
<entry>
<title>Use die function for failures</title>
<updated>2010-02-16T18:24:37+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-16T16:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=464c848d9a821de9f98495d5d8802ac0eb00314a'/>
<id>urn:sha1:464c848d9a821de9f98495d5d8802ac0eb00314a</id>
<content type='text'>
die prints to standard error, so any interface failures show up
in error file during boot, rather than being lost in trace messages.
</content>
</entry>
<entry>
<title>Add syntax check for vif name where non-vif expected</title>
<updated>2010-02-16T18:24:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-16T17:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=def0f16b44e005d743a90318a8e425d7bc0f2db0'/>
<id>urn:sha1:def0f16b44e005d743a90318a8e425d7bc0f2db0</id>
<content type='text'>
Bug 5331
</content>
</entry>
<entry>
<title>Bugfix 5117:  Preserve config files from previous image installation.</title>
<updated>2010-02-12T00:02:57+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-02-12T00:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=69b5bae09158dbfc8cc5ec045353941a0bdd1979'/>
<id>urn:sha1:69b5bae09158dbfc8cc5ec045353941a0bdd1979</id>
<content type='text'>
The install-image program knows how to preserve the config files from
a previous image or disk-based installation.  The install-system
program already knew how to preserve config files from a previous
disk-based installation.  This change teaches it how to preserve
config files from a previous image installation.
</content>
</entry>
<entry>
<title>Remove IPv6 address_flush sysctl</title>
<updated>2010-02-09T22:42:34+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-09T22:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=20f89cab61811d5ff05561db53752e45fc25ea77'/>
<id>urn:sha1:20f89cab61811d5ff05561db53752e45fc25ea77</id>
<content type='text'>
No longer used in latest Vyatta kernel.
</content>
</entry>
</feed>
