<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts, branch debian/0.18.15</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.18.15</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.18.15'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2010-11-16T17:33:49+00:00</updated>
<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>Move cleanup of serial interface into rl-system.init</title>
<updated>2010-11-15T18:01:27+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-15T18:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c1365a86e5896ff6b7608cc9e85af14239c67bbd'/>
<id>urn:sha1:c1365a86e5896ff6b7608cc9e85af14239c67bbd</id>
<content type='text'>
This gets rid of separate init file for wan interfaces
</content>
</entry>
<entry>
<title>Fix is_supported_speed matching</title>
<updated>2010-11-12T22:39:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T22:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1e4e24c7a635c76278f48e43ae15d7045d7eb08f'/>
<id>urn:sha1:1e4e24c7a635c76278f48e43ae15d7045d7eb08f</id>
<content type='text'>
Typo in sprintf (perl doesn't have %c).
Also improve error messages.
</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>
<entry>
<title>Change mode on all executable scripts</title>
<updated>2010-11-12T18:36:23+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-12T18:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=801aadf4c48098fa68ec2c4d8c175dbc20d9010b'/>
<id>urn:sha1:801aadf4c48098fa68ec2c4d8c175dbc20d9010b</id>
<content type='text'>
The executable bit should be set on scripts.
This only impacts the repository, during build install fixes it.
</content>
</entry>
<entry>
<title>Don't produce warnings for drivers that don't support ethtool</title>
<updated>2010-11-08T21:58:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-08T19:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=80a924e8b4033109b6fa23ceb9811a083c7345e8'/>
<id>urn:sha1:80a924e8b4033109b6fa23ceb9811a083c7345e8</id>
<content type='text'>
Bug 5552
For devices like Xen that don't do ethtool speed/duplex,
allow auto to work but produce error for any other value.
</content>
</entry>
<entry>
<title>Check speed and duplex settings on Ethernet interfaces</title>
<updated>2010-11-08T21:58:17+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-08T21:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1df58b23bac61caf78f28f549e180a3189986689'/>
<id>urn:sha1:1df58b23bac61caf78f28f549e180a3189986689</id>
<content type='text'>
Bug 4994
Use ethtool to check for supported speed and duplex values on link.
</content>
</entry>
<entry>
<title>Fix path to ethtool</title>
<updated>2010-11-08T21:23:21+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-08T21:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=6285193ed1a9b4cf2b85ce6d4f44942663137c48'/>
<id>urn:sha1:6285193ed1a9b4cf2b85ce6d4f44942663137c48</id>
<content type='text'>
In Debian Squeeze ethtool is in /sbin
</content>
</entry>
</feed>
