<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/scripts, branch debian/0.15.30</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.15.30</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.15.30'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-10-19T22:42:46+00:00</updated>
<entry>
<title>add sudo back to save command, and add check to save script that validates vyatta config token at end of file. this will prevent the</title>
<updated>2009-10-19T22:42:46+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-10-19T22:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f7f90ef2c60c493c58378a13ce77b74443ec8796'/>
<id>urn:sha1:f7f90ef2c60c493c58378a13ce77b74443ec8796</id>
<content type='text'>
accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:'
from being saved to.
</content>
</entry>
<entry>
<title>Bugfix 2593: Introduce automatic static IRQ affinity balancing for some NICs.</title>
<updated>2009-10-12T23:23:57+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-10-12T23:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=565f1d0d9bfe9f6b4174c322f3f6bb78f52b453e'/>
<id>urn:sha1:565f1d0d9bfe9f6b4174c322f3f6bb78f52b453e</id>
<content type='text'>
This change implements a mechanism for setting the IRQ affinity of NIC
interrupts in a way that is optimally balanced.  The affinity settings
are static, and are set up at configuration time.  I've added "auto"
as a new legal value to the "interfaces ethernet ethX smp_affinity"
configuration parameter.  If this value is set, then the system
attempts to perform automatic IRQ affinity assignment.

At this time, automatic IRQ affinity is supported only for multiqueue
NICs that use the igb or bnx2 drivers.  Even with these two,
differences in the organization of queues and their naming convention
necessitate some NIC-specific code.  The assignment strategy attempts
to assign all queues of all NICs that share the same queue number to
the same CPU.  This has been shown to be optimal for IP forwarding
workloads in 2.6.31 kernels.

Setting the value to "auto" for NICs that use other drivers will be a
no-op.
</content>
</entry>
<entry>
<title>Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses too</title>
<updated>2009-09-10T00:38:00+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-09-10T00:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d32ceb43ab64530c6eca81ec83fe4b374dd510d0'/>
<id>urn:sha1:d32ceb43ab64530c6eca81ec83fe4b374dd510d0</id>
<content type='text'>
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside
this package.
</content>
</entry>
<entry>
<title>Bugfix 4700, 4269: Fix set and commit-time checks of ethernet address values</title>
<updated>2009-09-10T00:08:21+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-09-10T00:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=84fb2f920765c6d02f35ef1654dc0f8c2bef648c'/>
<id>urn:sha1:84fb2f920765c6d02f35ef1654dc0f8c2bef648c</id>
<content type='text'>
Changed the the set-time and commit-time check of ethernet interface address
values.  These checks need to prevent configuring both DHCP and static
IPv4 addresses on the same interfac.  The previous checks were comparing
against the running configuration tree, not the proposed config tree.  Now
the set-time check is purely a syntax check, and the commit-time check
only checks for both DHCP and static IPv4 addresses in the proposed config.
The system now allows DHCP and static IPv6 addresses to be configured on
the same interface.
</content>
</entry>
<entry>
<title>Failure to set address should fail the commit</title>
<updated>2009-08-27T16:54:36+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-08-27T16:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=a84810d27eb4bbc721c0ee326fe64589ffcf2f3c'/>
<id>urn:sha1:a84810d27eb4bbc721c0ee326fe64589ffcf2f3c</id>
<content type='text'>
The script was hiding any error exit codes from 'ip' command.
Switch to using exec so that error exits fail the commit.
Discovered when testing with IPV6 disabled.
</content>
</entry>
<entry>
<title>Add a small script to test for node existance</title>
<updated>2009-08-24T19:15:06+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-08-24T19:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=29662246b32dd27b2540ae766684f2c634e8d044'/>
<id>urn:sha1:29662246b32dd27b2540ae766684f2c634e8d044</id>
<content type='text'>
This does the same thing as vyatta-quagga-utils.pl --exists, but
it is generally useful (outside quagga) and has less overhead than
a perl compile.
</content>
</entry>
<entry>
<title>Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood</title>
<updated>2009-07-31T22:08:30+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-07-31T22:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=c25cec88d97a4dbb0e04a45d620f7e4c9796e02d'/>
<id>urn:sha1:c25cec88d97a4dbb0e04a45d620f7e4c9796e02d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaned out more of the islavista rank code. closing bug 4473 as a result</title>
<updated>2009-07-31T22:07:36+00:00</updated>
<author>
<name>slioch</name>
<email>slioch@eng-140.vyatta.com</email>
</author>
<published>2009-07-31T22:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=9c2f8965e28bd4af5f8773b85dbee0511f447ec3'/>
<id>urn:sha1:9c2f8965e28bd4af5f8773b85dbee0511f447ec3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cli-expand-var script to match current variable reference syntax.</title>
<updated>2009-07-29T19:00:32+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2009-07-29T19:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f3744da98332e55d0487d8619ceb8ae7a0db3ac3'/>
<id>urn:sha1:f3744da98332e55d0487d8619ceb8ae7a0db3ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>alter rename rule option to work for firewall and nat rules</title>
<updated>2009-07-29T00:07:00+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2009-07-29T00:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=138cfe3b7213fa19c91d16114f3b377b8587d095'/>
<id>urn:sha1:138cfe3b7213fa19c91d16114f3b377b8587d095</id>
<content type='text'>
</content>
</entry>
</feed>
