<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/templates, branch pacifica</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=pacifica</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=pacifica'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2013-01-23T16:49:58+00:00</updated>
<entry>
<title>revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72</title>
<updated>2013-01-23T16:49:58+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-12-12T22:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=38f67d8d7a43b730844e9565e35ba199fd11cb9c'/>
<id>urn:sha1:38f67d8d7a43b730844e9565e35ba199fd11cb9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 8359: When deleteing vti interface use tunnel interface mode ipip</title>
<updated>2012-09-18T19:36:09+00:00</updated>
<author>
<name>Saurabh Mohan</name>
<email>saurabh.mohan@vyatta.com</email>
</author>
<published>2012-09-18T19:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b8c70991dea965d0913938a801e9d4e76ec61638'/>
<id>urn:sha1:b8c70991dea965d0913938a801e9d4e76ec61638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update /etc/hosts when host name and domain name changes</title>
<updated>2012-09-10T16:11:42+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-10T16:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c087276ca0827d7a58c93c9c7683af7311ef5c58'/>
<id>urn:sha1:c087276ca0827d7a58c93c9c7683af7311ef5c58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacifica</title>
<updated>2012-09-05T21:13:12+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T21:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9d9593dc1594196995d038fcb2a9a71ec1c5d9a5'/>
<id>urn:sha1:9d9593dc1594196995d038fcb2a9a71ec1c5d9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix 8326</title>
<updated>2012-09-05T21:04:30+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-05T21:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e2811040b1b6bf1e94f1878ade872dfef3cdf0ea'/>
<id>urn:sha1:e2811040b1b6bf1e94f1878ade872dfef3cdf0ea</id>
<content type='text'>
Fix password change script save function to work as it does in
vyattacfg.

Fix empty substitution on 'plaintext-password ""' causing script error.
</content>
</entry>
<entry>
<title>Configure logrotate to maintain log file ownership</title>
<updated>2012-09-05T01:28:12+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-05T01:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=288ab75d4f2aed39e8993d82f127e6e9dc16b973'/>
<id>urn:sha1:288ab75d4f2aed39e8993d82f127e6e9dc16b973</id>
<content type='text'>
logrotate needs the create config option so that it keeps the
original log file's permissions and ownership.

Fixes bug 8240
</content>
</entry>
<entry>
<title>Bugfix 8290</title>
<updated>2012-09-04T23:36:24+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-09-04T23:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=918bd40d3e3f238a800b1486f70e2d5ee1d71a72'/>
<id>urn:sha1:918bd40d3e3f238a800b1486f70e2d5ee1d71a72</id>
<content type='text'>
  Don't allow default password to persist after first boot.

  Due to the numerous ways a user can get a vyatta system this required
  a lot of changes.

  1. Don't allow a user to set a password to 'vyatta' after first login,
  but allow it on the initial boot otherwise the system will have no
  user.
  2. Don't allow the password to be set to vyatta in installer.
  3. Force password change on first login. under the following
  conditions:
  3.a. User is an admin level user. Operators do not have the abillity
  to change the config so they can't change passwords. Allow 'vyatta' to
  be the password until an admin logs in.
  3.b. This is not the livecd, its silly to force a password change
  before install.
</content>
</entry>
<entry>
<title>Allow any mtu for bonding vif</title>
<updated>2012-08-16T16:21:30+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-08-16T16:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1c128d69cb16b4bb279708d1e869d83e50677fb5'/>
<id>urn:sha1:1c128d69cb16b4bb279708d1e869d83e50677fb5</id>
<content type='text'>
Bug 8285
The commit for mtu always triggers because of incorrect variable
reference, just remove it.
</content>
</entry>
<entry>
<title>Remove support for ssh protocol version</title>
<updated>2012-08-15T23:08:19+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-08-15T22:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=42eed1c587698fd9b05917e8f0cd38f3cdd68c0c'/>
<id>urn:sha1:42eed1c587698fd9b05917e8f0cd38f3cdd68c0c</id>
<content type='text'>
Bug 6576
</content>
</entry>
<entry>
<title>Bugfix 8241: VTI Sync up the mtu range check with what the kernel module accepts.</title>
<updated>2012-08-09T21:12:59+00:00</updated>
<author>
<name>Saurabh Mohan</name>
<email>saurabh.mohan@vyatta.com</email>
</author>
<published>2012-08-09T21:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7062598f4803afd3516626991fbe44cee6b99861'/>
<id>urn:sha1:7062598f4803afd3516626991fbe44cee6b99861</id>
<content type='text'>
Allow VTI mtu range check to be inline with what the kernel will accept.
Also add a warning if a VTI is configured but not used.
Improve the interface name range which is allowed (8259)
</content>
</entry>
</feed>
