<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system, branch debian/0.19.37</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.19.37</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.19.37'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2011-02-01T00:18:25+00:00</updated>
<entry>
<title>Fix grammar error in help string.</title>
<updated>2011-02-01T00:18:25+00:00</updated>
<author>
<name>Robert Bays</name>
<email>robert@vyatta.com</email>
</author>
<published>2011-01-28T01:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=8965f3f255c98524923330627fb5f1c5e33cd122'/>
<id>urn:sha1:8965f3f255c98524923330627fb5f1c5e33cd122</id>
<content type='text'>
(cherry picked from commit a943568e64bca73bb2951e968d0cc752d72874ab)
</content>
</entry>
<entry>
<title>Change for rsyslog reload</title>
<updated>2011-01-21T03:30:43+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-01-21T03:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5cd567e34183b13c69915cd2ba7bbdb72b857fee'/>
<id>urn:sha1:5cd567e34183b13c69915cd2ba7bbdb72b857fee</id>
<content type='text'>
Bug 6663
(cherry picked from commit fa7d81f125033b7ed4bd549eb6905918612a6877)
</content>
</entry>
<entry>
<title>Affinity script was failing to configure some queues of multi-queue NICs.</title>
<updated>2010-12-22T09:20:52+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2010-12-22T09:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e3f943f6b1fc48d0fc7a8b71636b2441e62abdc7'/>
<id>urn:sha1:e3f943f6b1fc48d0fc7a8b71636b2441e62abdc7</id>
<content type='text'>
The problem was due to incorrect initialization of the $q and $cpu
variables.  Their initializations were reversed.
</content>
</entry>
<entry>
<title>Fix update of serial speed on all grub lines</title>
<updated>2010-12-10T22:38:35+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-12-10T22:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d7e8ff4eb756dc5812d4fb236c25f9bdc1fd17d7'/>
<id>urn:sha1:d7e8ff4eb756dc5812d4fb236c25f9bdc1fd17d7</id>
<content type='text'>
Bug 6551
Need to handle case where console=ttyS0,9600
is at end of line
</content>
</entry>
<entry>
<title>Mark the Vyatta specific section of inittab</title>
<updated>2010-12-03T00:42:11+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-12-03T00:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=54c832060d5955111fc6299d8eca0f4d1bacbaec'/>
<id>urn:sha1:54c832060d5955111fc6299d8eca0f4d1bacbaec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow more serial console lines</title>
<updated>2010-12-03T00:08:17+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-12-03T00:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=af70eb27981808621e43f4937b4d9eb7b525d8e6'/>
<id>urn:sha1:af70eb27981808621e43f4937b4d9eb7b525d8e6</id>
<content type='text'>
Since inittab allows up to 4 characters for id field, allow 1000
entries.
</content>
</entry>
<entry>
<title>Allow configuring console speed etc</title>
<updated>2010-12-02T23:02:46+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-12-02T22:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=4c5e7207dd7a12990e9b10e0bb8ca9e61e312e79'/>
<id>urn:sha1:4c5e7207dd7a12990e9b10e0bb8ca9e61e312e79</id>
<content type='text'>
Bug 3849, 2289, 4126
Adds configuration of serial console:
  set system console {
        device ttyS0 {
            speed 19200
	}
        device ttyACM0 {
            speed 57600
            type modem
        }
  }

This covers the cases of deleting serial console, changing speed,
and allowing modem console devices
</content>
</entry>
<entry>
<title>Automatically configure physical device for wireless interfaces</title>
<updated>2010-11-30T01:15:27+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-30T01:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=fdef8b73c4208d97c2d799bde3dd837a871e9666'/>
<id>urn:sha1:fdef8b73c4208d97c2d799bde3dd837a871e9666</id>
<content type='text'>
When system is booted with newly detected wireless device, both
the hw-id and physical-device need to be setup.
</content>
</entry>
<entry>
<title>Fix interface scanning on boot - allow more mac addresses</title>
<updated>2010-11-30T00:53:42+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-30T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f790ecbc1151161be94f83f2a30258ff32ecfef9'/>
<id>urn:sha1:f790ecbc1151161be94f83f2a30258ff32ecfef9</id>
<content type='text'>
The code to match on locally assigned bit had a bad regex.
Use conversion to hex and mask instead.
Also don't allow multicast address bit.
</content>
</entry>
<entry>
<title>Add ability to configure telnet listen-addres</title>
<updated>2010-11-17T00:22:42+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-16T23:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f3d8a923cbf42966e4de11d0978f2c9518b90cb3'/>
<id>urn:sha1:f3d8a923cbf42966e4de11d0978f2c9518b90cb3</id>
<content type='text'>
Bug 4452
Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH).
Unlike SSH, telnet only supports a single listen-address
</content>
</entry>
</feed>
