<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-qos.git/scripts, branch debian/0.14.9</title>
<subtitle>Configuration templates and scripts for QoS (mirror of https://github.com/vyos/vyatta-cfg-qos.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-qos.git/atom?h=debian%2F0.14.9</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/atom?h=debian%2F0.14.9'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/'/>
<updated>2010-06-11T21:34:29+00:00</updated>
<entry>
<title>Fix mirror and redirect action</title>
<updated>2010-06-11T21:34:29+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-06-11T21:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=a52f26c193eb3d2e575c05506d7c1f082082f407'/>
<id>urn:sha1:a52f26c193eb3d2e575c05506d7c1f082082f407</id>
<content type='text'>
Need to run sudo tc
</content>
</entry>
<entry>
<title>Fix update/delete interface</title>
<updated>2010-06-11T21:22:05+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-06-11T21:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=1d32d3ab35e569391b85f899c8ab05001b1f56a3'/>
<id>urn:sha1:1d32d3ab35e569391b85f899c8ab05001b1f56a3</id>
<content type='text'>
Need to restore direction argument from earlier (Kenwood) version.
</content>
</entry>
<entry>
<title>Fix list policy</title>
<updated>2010-06-11T21:16:28+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-06-11T21:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=1a7f8785849d11201e1d510f993bba96627d13d0'/>
<id>urn:sha1:1a7f8785849d11201e1d510f993bba96627d13d0</id>
<content type='text'>
Last round of changes broke policy name completion
</content>
</entry>
<entry>
<title>Rearrange Qos commands for Larkspur</title>
<updated>2010-06-07T22:56:10+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-06-07T17:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=31a8ab66f49ad26b376d552ec468b21e15835daf'/>
<id>urn:sha1:31a8ab66f49ad26b376d552ec468b21e15835daf</id>
<content type='text'>
Current (Kenwood and earlier):
set qos-policy traffic-shaper TS { ...classes }
set qos-policy traffic-limiter TL { ...classes }
seq qos-policy network-emulator NE ...
set qos-policy random-detect RD ...
set qos-policy rate-limiter RC ...
set qos-policy round-robin RR ...

set interfaces ethernet eth0 qos-policy out TS
set interfaces ethernet eth0 qos-policy in TL

New (Larkspur and later):
set traffic-policy shaper TS { ...classes }
set traffic-policy limiter TL { ...classes }
seq traffic-policy network-emulator NE ...
set traffic-policy random-detect RD ...
set traffic-policy rate-control RC ...
set traffic-policy round-robin RR ...

set interfaces ethernet eth0 traffic-policy out TS
set interfaces ethernet eth0 traffic-policy in TL
set interfaces ethernet eth0 redirect ifb0
set interfaces ethernet eth0 mirror eth2

Note:
 1. Only one of the following is allowed:  "redirect", or "mirror"
 2. Traffic-policy limiter is allowed with redirection/mirror and takes place
    before mirror/redirect action (NEW)
 3. Limiter policy may applied on output (NEW)
 4. Only limiter policies can be applied on input (same as previous releases)

This does add some new functionality (#2, and #3) which are possible because
of how filter classes are implemented.
</content>
</entry>
<entry>
<title>Revert "Allow any Qos policy to be used for input"</title>
<updated>2010-06-07T17:34:51+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-06-07T17:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=a6fc0cd96c30422732fd4006dfed22fedc4c624d'/>
<id>urn:sha1:a6fc0cd96c30422732fd4006dfed22fedc4c624d</id>
<content type='text'>
This reverts commit c8f2c288665143e2b165b7d448555af9d657b56c.

Conflicts:

	scripts/vyatta-qos.pl
</content>
</entry>
<entry>
<title>Add checking at commit for input policy</title>
<updated>2010-04-16T00:00:44+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-15T23:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=ff7a087858d97a98e7de05f3925c74d2b143b9fb'/>
<id>urn:sha1:ff7a087858d97a98e7de05f3925c74d2b143b9fb</id>
<content type='text'>
Handle configuration errors in policy.
</content>
</entry>
<entry>
<title>Fix modification of input-policy</title>
<updated>2010-04-15T23:05:38+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-15T23:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=4a59bd28bf2d7c901505be21db4bc12415f0711d'/>
<id>urn:sha1:4a59bd28bf2d7c901505be21db4bc12415f0711d</id>
<content type='text'>
If policy changes, then the whole ingress qdisc needs to be
reloaded.
</content>
</entry>
<entry>
<title>Fix setup of ingress qdisc</title>
<updated>2010-04-15T20:40:28+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-15T20:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=c8b009ec987d986e25c49ffebe6a0b9cc4f712a9'/>
<id>urn:sha1:c8b009ec987d986e25c49ffebe6a0b9cc4f712a9</id>
<content type='text'>
Need to drop/recreate on changes.
</content>
</entry>
<entry>
<title>Get rid of out in command syntax</title>
<updated>2010-04-07T16:04:38+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-07T15:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=36966cce13c0e9c5c5ea7c97a598d107dc1e0bd9'/>
<id>urn:sha1:36966cce13c0e9c5c5ea7c97a598d107dc1e0bd9</id>
<content type='text'>
Direction is no longer part of syntax.
</content>
</entry>
<entry>
<title>Preliminary support of input-policy</title>
<updated>2010-04-06T17:50:03+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-06T17:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=7a4dfd3f3fbaf975e6d2f766086a0e56a96bba8e'/>
<id>urn:sha1:7a4dfd3f3fbaf975e6d2f766086a0e56a96bba8e</id>
<content type='text'>
Support mirror and redirect.
Note: traffic-limiter is broken (ignored), and will later be
moved to input-policy/limit
</content>
</entry>
</feed>
