<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-qos.git/scripts, branch debian/0.12.11</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.12.11</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/atom?h=debian%2F0.12.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/'/>
<updated>2009-03-17T17:38:08+00:00</updated>
<entry>
<title>Use select to avoid passing output path around</title>
<updated>2009-03-17T17:38:08+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-17T17:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=c667c9b128af7a9d8344459c8c65ee9ee8703f02'/>
<id>urn:sha1:c667c9b128af7a9d8344459c8c65ee9ee8703f02</id>
<content type='text'>
Easier to just use 'select' in perl to avoid passing file
descriptor everywhere.
</content>
</entry>
<entry>
<title>Use hash rather than if/else for delete_interface</title>
<updated>2009-03-08T23:34:30+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T23:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=194f211880c0c8e0537ab9ab5c606d2769dc92c5'/>
<id>urn:sha1:194f211880c0c8e0537ab9ab5c606d2769dc92c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print correct names for completion</title>
<updated>2009-03-08T21:09:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T21:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=fea24d2de3efef33a080fe52f4ae9638477710a7'/>
<id>urn:sha1:fea24d2de3efef33a080fe52f4ae9638477710a7</id>
<content type='text'>
Want the policy names, not the policy type.
</content>
</entry>
<entry>
<title>Reindent qos script</title>
<updated>2009-03-08T20:42:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T20:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=6ae27ba3ef8fc49cf61eaff1165ee480dbdbad20'/>
<id>urn:sha1:6ae27ba3ef8fc49cf61eaff1165ee480dbdbad20</id>
<content type='text'>
Getting a little ragged, use perltidy.
</content>
</entry>
<entry>
<title>Handle multiple options for list, start and delete</title>
<updated>2009-03-08T20:41:06+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T20:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=1ff904f055f51f58ff870c44179f3dea910ab19c'/>
<id>urn:sha1:1ff904f055f51f58ff870c44179f3dea910ab19c</id>
<content type='text'>
Make command more friendly if ever used manually. Handle multiple
values for list_policy, start_interface and delete_policy
</content>
</entry>
<entry>
<title>Move apply from top level into policy nodes</title>
<updated>2009-03-08T20:29:28+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T20:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=591e6f4ff4fa62374b8088e16022affd37db7699'/>
<id>urn:sha1:591e6f4ff4fa62374b8088e16022affd37db7699</id>
<content type='text'>
Makes code simpler and will work better with config system.
Also eliminates need for isChanged() code.
</content>
</entry>
<entry>
<title>Change vyatta-qos.pl to handle any interface type</title>
<updated>2009-03-08T20:04:47+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T17:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=ebb84fd5697b916a1b2413fe722eea6e2a777faf'/>
<id>urn:sha1:ebb84fd5697b916a1b2413fe722eea6e2a777faf</id>
<content type='text'>
Remove code that knows about serial/adsl, etc and replace with
new Vyatta::Interface. Simpler and fixes potential issues with
bonding, vif, etc.
</content>
</entry>
<entry>
<title>Fold name conflict checking into policy creation</title>
<updated>2009-03-08T20:04:07+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T16:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=2e738a6404c640c2f6e4f54cb9ae19168434fc1d'/>
<id>urn:sha1:2e738a6404c640c2f6e4f54cb9ae19168434fc1d</id>
<content type='text'>
Eliminate need for begin, just check for name conflicts at create.
</content>
</entry>
<entry>
<title>Fix problems caused by GetOptions() change.</title>
<updated>2009-03-08T01:04:11+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T01:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=76e6a376c129e1df71d7eab7827b3e933dfec127'/>
<id>urn:sha1:76e6a376c129e1df71d7eab7827b3e933dfec127</id>
<content type='text'>
When using closure form of GetOptions, any call to exit only
causes GetOptions error rather than exit of program. Since QoS
uses die to indicate transaction error, this doesn't work well!
</content>
</entry>
<entry>
<title>Change options</title>
<updated>2009-03-08T01:02:51+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-03-08T01:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=bbba2fa4a235d18a58cce2c618277b6194a03580'/>
<id>urn:sha1:bbba2fa4a235d18a58cce2c618277b6194a03580</id>
<content type='text'>
Script calls --apply, and typo for --start-interface.
</content>
</entry>
</feed>
