<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system, branch debian/0.19.16</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.16</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.19.16'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2010-12-03T00:42:11+00:00</updated>
<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>
<entry>
<title>update call to error location api.</title>
<updated>2010-11-16T17:33:49+00:00</updated>
<author>
<name>Michael Larson</name>
<email>mike@vyatta.com</email>
</author>
<published>2010-11-16T17:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=46fb3cc1c3e7dc2a006c1546a9e3c16ac529ca16'/>
<id>urn:sha1:46fb3cc1c3e7dc2a006c1546a9e3c16ac529ca16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hw-id for existing interfaces to config</title>
<updated>2010-11-15T21:12:01+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-15T21:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ba6dc2331c53310ba4e0e8f9cb54717aa7103eb9'/>
<id>urn:sha1:ba6dc2331c53310ba4e0e8f9cb54717aa7103eb9</id>
<content type='text'>
If config has interface (without hw-id), then add it on boot.
</content>
</entry>
<entry>
<title>Fix irq-affinity for special cases</title>
<updated>2010-11-12T21:51:24+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T21:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=985778af972d1ec074802604c819663af54e499e'/>
<id>urn:sha1:985778af972d1ec074802604c819663af54e499e</id>
<content type='text'>
Need to handle virtual devices with no IRQ, and older processors
without concept of multi-core.
</content>
</entry>
<entry>
<title>New IRQ affinity script and RPS support</title>
<updated>2010-11-12T19:07:09+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T18:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ac9042acae2579b03d39fa6d5b7a8dbef1a8a048'/>
<id>urn:sha1:ac9042acae2579b03d39fa6d5b7a8dbef1a8a048</id>
<content type='text'>
Replace old script with new cleaner script that handles both
IRQ affinity and Receive Packet Steering. Instead of two scripts
(one for mask and one for auto), do it all with one script.

Receive Packet Steering is supported in two ways.
If 'auto' is used, then both threads on HT system will be
used for receive processing.
If explicit mask is given, then two masks can be used to set
both IRQ cpus and RPS cpus.
</content>
</entry>
</feed>
