scripts/VyattaQosPolicy.pm
| 34
COPYING
| 367 +++++++++-
Makefile.am
| 3
debian/changelog
| 96 ++
debian/control
| 11
debian/copyright
| 31
scripts/VyattaQosFairQueue.pm
| 23
scripts/VyattaQosMatch.pm
| 19
scripts/VyattaQosTrafficShaper.pm
| 86 +-
scripts/VyattaQosUtil.pm
| 145 ++-
scripts/vyatta-qos-util.pl
| 16
scripts/vyatta-qos.pl
| 160 ++--
templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/node.def
| 1
templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/out/node.def
| 9
templates/interfaces/serial/node.tag/qos-policy/node.def
| 1
templates/interfaces/serial/node.tag/qos-policy/out/node.def
| 5
templates/qos-policy/fair-queue/node.def
| 8
templates/qos-policy/fair-queue/node.tag/hash-interval/node.def
| 1
templates/qos-policy/fair-queue/node.tag/queue-limit/node.def
| 1
templates/qos-policy/node.def
| 1
templates/qos-policy/traffic-shaper/node.def
| 8
templates/qos-policy/traffic-shaper/node.tag/class/node.def
| 2
templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dscp/node.def
| 18
templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/protocol/node.def
| 14
templates/qos-policy/traffic-shaper/node.tag/class/node.tag/priority/node.def
| 7
templates/qos-policy/traffic-shaper/node.tag/class/node.tag/set-dscp/node.def
| 18
templates/qos-policy/traffic-shaper/node.tag/default/priority/node.def
| 6
templates/qos-policy/traffic-shaper/node.tag/default/set-dscp/node.def
| 18
28 files changed, 861 insertions(+), 248 deletions(-)
New commits:
commit b37b8d130dfccaa8a586d7c1d4e8f26b4e11bc6a
Author: rbalocca <[EMAIL PROTECTED]>
Date: Mon Apr 21 12:30:23 2008 -0700
Indicate the VC4.0.2 release candidate in the changelog
commit ae703a3080402ae5d419d8e697876926d01262f6
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Sat Apr 19 11:55:59 2008 -0700
VC4.0.2
commit bf9a4f855564c7ef8f03e22c73f54539c05ad6e3
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Wed Apr 16 09:49:56 2008 -0700
VC4.0.2
commit a304d305cb364e5c00d6d5b1ad0bc61041602256
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Sat Apr 12 14:45:19 2008 -0700
Limit Qos priority values
HTB in kernel only accepts 0-7 anything higher is rounded down to 7.
(see TC_HTB_NUMPRIO). Apply syntax checks to limit to that range
and add better help.
Fixes: 3098
commit b1b2cca81486b52e41e705583370b464dc4007ba
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Sat Apr 12 13:30:02 2008 -0700
change error message when speed can not be determined
Slightly better message for the case of using auto value for bandwidth
on a device does not support it.
Bug: 3104
commit 5d55f49def2ed0fd5740a4a345b756fce1892553
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Apr 10 10:54:55 2008 -0500
fix QoS traffic shaper priority-queue setup
Yet another place where id needs to be converted to hex.
Should fix bug 3078.
commit 0a62ca06260cc0a0f2b053d1d442b4c03b426493
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Apr 10 10:47:14 2008 -0500
fix bug with interpretation of ceiling
This fixes problem which causes QoS not to fail on commit if ceiling
is a percentage.
The ceiling maybe a percentage (not fixed) value so it needs to
be interpreted before passing to tc.
commit 71f56ba1de7d6537255a6df783cebe4d2b6f0786
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Apr 9 15:00:49 2008 -0500
Fix match rule formatting
Internal TC commands use hex for identifiers and one place in perl
script forgot to reformat.
Bugfix for 3142 from Chris Smith <[EMAIL PROTECTED]>
commit e2da1de0e4d30cd713b35b5b3fc6a81e018a64ff
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue Apr 8 13:18:14 2008 -0500
Allow qos over vlan
Add template and configuration support for QoS policy over vif.
This is covers bug 3137
commit 374cd8d8445b23dfc73dceacc0ee9e9212940521
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue Apr 8 13:18:14 2008 -0500
allow qos over vlan
Test version
commit 6d342e39065a8e2dfda395d4e98021d7026c462a
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Fri Apr 4 18:00:25 2008 -0700
3.0.2
commit 46d9f133a49420e8e7385a87809ced30437bbdc6
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Apr 2 20:23:07 2008 -0700
set ceiling on class
ceiling parameter was not being forwarded to kernel.
commit 254f894a9ae414529b88bc4d248a1b9633ef87fe
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 31 11:53:20 2008 -0700
bandwidth problems should be nonfatal
If the customer has incorrectly assigned bandwidth and
rate ceilings for QOS, the problem can not be detected until
commit. At that point (possibly during boot), it is better to
print a warning rather than failing.
This addresses Bug 2919.
commit c6c4dc093fdb4f6c6088b7af5682c654e73fbe0a
Author: rbalocca <[EMAIL PROTECTED]>
Date: Mon Mar 24 18:14:04 2008 -0700
Set dependencies on either bash or vyatta-bash
commit 2860932a5dcaea52242f25d2abc9d0add47b030a
Author: rbalocca <[EMAIL PROTECTED]>
Date: Fri Mar 21 16:39:34 2008 -0700
Fix debian dependencies
commit 690d1c109146d3cafb247ed896ab637707fee053
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Mar 20 08:47:07 2008 -0700
Fix error messages from ethtool leaking out
This reverts commit ff77155be360216289e1e73af50dc4b82383cc68.
commit e2773504354d08d67d64ec7d27530abb8b4c8075
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Mar 20 08:46:20 2008 -0700
Put back the bugfix for numeric input
Revert "More unfrozen stuff"
This reverts commit f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd.
commit 21eeca4065f9fd8c120707a4de8b92acb0402585
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Mar 20 08:45:56 2008 -0700
Put back the spelling fixes.
Revert "More trivial stuff to wait for after freeze"
This reverts commit 2e81183ba5830f781c2e37246b6b59f82649fa3e.
commit 2e81183ba5830f781c2e37246b6b59f82649fa3e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 19 18:17:19 2008 -0700
More trivial stuff to wait for after freeze
Revert "Use uppercase when describing DSCP in help text"
This reverts commit e49e5b53411b50b1c8f13cded1641975f0443fde.
commit f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 19 18:16:52 2008 -0700
More unfrozen stuff
Revert "Better validation of numeric input"
This reverts commit e1624917ba2ed574fe350b470762a732a9820cbd.
commit ff77155be360216289e1e73af50dc4b82383cc68
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 19 18:16:25 2008 -0700
Wait for the eternal freeze to lift
Revert "silence ethtool messages when auto bandwidth used"
This reverts commit c1b530e7bfa5c33a8f51f634f906d2412f187e90.
commit c1b530e7bfa5c33a8f51f634f906d2412f187e90
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 19 12:14:26 2008 -0700
silence ethtool messages when auto bandwidth used
If device doesn't support full ethtool, then ethtool error messages
were leaking out to console, when QOS bandwidth was detecting interface
speed.
commit e1624917ba2ed574fe350b470762a732a9820cbd
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 19 11:17:46 2008 -0700
Better validation of numeric input
Fix for Bug 2763 and related problems. Need better handling of numeric
inputs. Real perl programmers don't use a switch, but hash instead.
commit e49e5b53411b50b1c8f13cded1641975f0443fde
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 19 09:23:43 2008 -0700
Use uppercase when describing DSCP in help text
Trivial fix for Bug 2930
commit 318776ebd8b20819f4fb2b35d666098e6c7c1dff
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Tue Mar 18 19:03:39 2008 -0700
3.0.1
commit 17efed6c5fef8d596f3a1c5a9032e1f762fcab65
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Tue Mar 18 16:59:11 2008 -0700
VC4.0.1
commit f502df968b5c156c8f653aed2152e22865294d2e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Mar 14 13:48:06 2008 -0700
fix script problem when updating interface
Bugfix for 3010
commit 487e995ce3ceb09cfac4568b8836c312acb054e8
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 10 13:14:21 2008 -0700
add license text to scripts
commit c22ecb935c7e3bc817bc23abd9c73331fefdaffd
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 10 11:48:39 2008 -0700
Update copyright to GPLv2
Replace reference to old VPL1.0 with GPLv2
commit fee2e8156a11ecd66e3f1fb571abd58486af8002
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 10 09:06:27 2008 -0700
Replace VLP with GPLv2
Glendale is licensed under GPLv2
commit 36e0076e2b9c2d3fd30b0dc1016634c264b526a4
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Mar 7 15:49:18 2008 -0800
tab completion for protocol values
Add tab completion for values in /etc/protocols and completion help.
Bugfix: 2972
commit 5f18bd9d54986c80cd20dfb191f6c3dbad5c63d7
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Mar 7 15:35:34 2008 -0800
clear old policy before applying new QOS
Need to cleanup old qdisc/class/filters before applying new one.
Bugfix: 2932
commit fd9ffb944c35ea269bc1be337221dd0438b5f0be
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Mar 7 13:06:02 2008 -0800
fix filtering rules when using set-dscp
The generated filtering rules were using wrong id's when
set-dscp was being used. Need to put dsmark rules on root,
and htb rules on start of that tree, and the id needs to
be printed in hex not decimal.
Bugfix: 2947
commit 3422a4ab9ca22d5f43efae457fc2c5f0a1478e98
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Mar 7 09:30:01 2008 -0800
syntax fix for fair-queue/queue-limit
Bugfix: 2939
Add needed space for template.
commit 833972b27a859f29c46d5fe94fcb11b1bf042192
Author: rbalocca <[EMAIL PROTECTED]>
Date: Thu Mar 6 13:02:55 2008 -0800
Remove empty directories from the debian package
commit ed247481c162eb619764c8d206e2272909963a3d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Mar 6 12:38:19 2008 -0800
better syntax/semantic checking of qos-policy
Add a bunch of checks.
* Check policy configuration at commit time
* Add check for duplicate names
* Allow _ in policy name
Bugfix: 2907
commit 8fb29dcbda4dc037d855671fa59aff7f3738d01c
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Mar 6 12:34:59 2008 -0800
better error messages for configuration problems
Bugfix: 2919
But configuration level in error message
commit d83b2050ee0e71eb5e978139968e93834358b99b
Author: rbalocca <[EMAIL PROTECTED]>
Date: Thu Mar 6 12:02:09 2008 -0800
Fix build problem
commit 4ef3988035e980e62da5d1557ebec817cba7f3a5
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 5 15:05:42 2008 -0800
use object factory rather than hardcoded switch for policy config
Having a hardcoded switch statement is harder to update than
using a hash.
commit 095dfa147f6e3ea833e9c4a4824672a2060b1b2b
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 5 14:09:10 2008 -0800
fix handling of hash-interval
Script was using old value, and default be undefined not 0.
commit a10842730f3d88f78ea00ec3f912bfd1a412b584
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 5 13:49:25 2008 -0800
Fix syntax checking for queue-limit
Bugfix: 2937
Enforce queue limit > 1
commit 64387400430a78089a6d913e06432f59205562f5
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 5 13:47:32 2008 -0800
Better help message for class identifier
Print better syntax help for class identfier
commit 1cd10639a21421979b7f540832bb5e6323f7c06f
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed Mar 5 11:32:04 2008 -0800
add QOS support for serial
bugfix for 2893. Allow QOS commands over serial
commit 83ad4a2c13bf19ac18cf0bb2d386a01986ae5a7f
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue Mar 4 17:54:07 2008 -0800
fix parsing problems during update
Fix parsing problems for update-interface that caused problems
during boot.
Bugfix: 2914
commit 70d55c3c9e44ad501442ea879f4fdcba9c59963f
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue Mar 4 17:41:49 2008 -0800
remove dead code in qos script
The function validate_name is no longer used.
commit 597e327943125675d14083e910a84d3f63e30574
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 3 15:25:53 2008 -0800
validate queue-limit syntax
1 is not a valid limit for SFQ.
Bugfix: 2937
commit b34bfe831c52efd4634fd626d735f7ff0c81e9a5
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 3 14:15:10 2008 -0800
QOS perl script policy management changes
The delete-policy option requires two arguments (for consistency),
and the validate-name option is no longer used.
commit a3115836962b6607a3441f3eb7615ae324d83b1b
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 3 13:31:02 2008 -0800
change syntax checks for policy name
Only check syntax for policy names in syntax, check for name
conflicts later. Part of bug fix for policy name management.
commit 86f4250ae356e0e9755b8514a0222dccccdf387a
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 3 12:00:30 2008 -0800
Show DSCP field values
Add better help for DSCP values.
Bugfix: 2930
commit e1af7e6ee561a59df282d15424b3f0d1f844f931
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Mar 3 11:47:03 2008 -0800
DSCP values should be scaled
For compatiablity use DSCP values in the 0..63 range and scale
in the script, rather than uses raw header values. This makes configuration
more familar to IOS users.
commit a39ee11767413589386ac0c3c8c5d442aa8cf487
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Sat Mar 1 09:02:54 2008 -0800
autocompletion for dscp field names
Bugfix: 2931
Tab completion for possible dscp field values.
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=b37b8d130dfccaa8a586d7c1d4e8f26b4e11bc6a
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=ae703a3080402ae5d419d8e697876926d01262f6
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=bf9a4f855564c7ef8f03e22c73f54539c05ad6e3
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=a304d305cb364e5c00d6d5b1ad0bc61041602256
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=b1b2cca81486b52e41e705583370b464dc4007ba
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=5d55f49def2ed0fd5740a4a345b756fce1892553
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=0a62ca06260cc0a0f2b053d1d442b4c03b426493
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=71f56ba1de7d6537255a6df783cebe4d2b6f0786
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=e2da1de0e4d30cd713b35b5b3fc6a81e018a64ff
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=374cd8d8445b23dfc73dceacc0ee9e9212940521
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=6d342e39065a8e2dfda395d4e98021d7026c462a
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=46d9f133a49420e8e7385a87809ced30437bbdc6
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=254f894a9ae414529b88bc4d248a1b9633ef87fe
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=c6c4dc093fdb4f6c6088b7af5682c654e73fbe0a
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=2860932a5dcaea52242f25d2abc9d0add47b030a
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=690d1c109146d3cafb247ed896ab637707fee053
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=e2773504354d08d67d64ec7d27530abb8b4c8075
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=21eeca4065f9fd8c120707a4de8b92acb0402585
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=2e81183ba5830f781c2e37246b6b59f82649fa3e
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=f1e5d5991c8fc1420d00ef51c826f77b2d8c2bbd
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=ff77155be360216289e1e73af50dc4b82383cc68
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=c1b530e7bfa5c33a8f51f634f906d2412f187e90
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=e1624917ba2ed574fe350b470762a732a9820cbd
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=e49e5b53411b50b1c8f13cded1641975f0443fde
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=318776ebd8b20819f4fb2b35d666098e6c7c1dff
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=17efed6c5fef8d596f3a1c5a9032e1f762fcab65
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=f502df968b5c156c8f653aed2152e22865294d2e
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=487e995ce3ceb09cfac4568b8836c312acb054e8
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=c22ecb935c7e3bc817bc23abd9c73331fefdaffd
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=fee2e8156a11ecd66e3f1fb571abd58486af8002
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=36e0076e2b9c2d3fd30b0dc1016634c264b526a4
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=5f18bd9d54986c80cd20dfb191f6c3dbad5c63d7
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=fd9ffb944c35ea269bc1be337221dd0438b5f0be
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=3422a4ab9ca22d5f43efae457fc2c5f0a1478e98
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=833972b27a859f29c46d5fe94fcb11b1bf042192
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=ed247481c162eb619764c8d206e2272909963a3d
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=8fb29dcbda4dc037d855671fa59aff7f3738d01c
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=d83b2050ee0e71eb5e978139968e93834358b99b
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=4ef3988035e980e62da5d1557ebec817cba7f3a5
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=095dfa147f6e3ea833e9c4a4824672a2060b1b2b
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=a10842730f3d88f78ea00ec3f912bfd1a412b584
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=64387400430a78089a6d913e06432f59205562f5
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=1cd10639a21421979b7f540832bb5e6323f7c06f
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=83ad4a2c13bf19ac18cf0bb2d386a01986ae5a7f
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=70d55c3c9e44ad501442ea879f4fdcba9c59963f
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=597e327943125675d14083e910a84d3f63e30574
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=b34bfe831c52efd4634fd626d735f7ff0c81e9a5
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=a3115836962b6607a3441f3eb7615ae324d83b1b
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=86f4250ae356e0e9755b8514a0222dccccdf387a
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=e1af7e6ee561a59df282d15424b3f0d1f844f931
http://suva.vyatta.com/git/?p=vyatta-cfg-qos.git;a=commitdiff;h=a39ee11767413589386ac0c3c8c5d442aa8cf487
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn