Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F28413
0001-tc-filter-syntax-changed.patch
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
carl.byington
Nov 29 2017, 9:22 PM
2017-11-29 21:22:11 (UTC+0)
Size
850 B
Referenced Files
None
Subscribers
None
0001-tc-filter-syntax-changed.patch
View Options
From 47b894073e6fccbc257dbec8bf01e093d0ee264d Mon Sep 17 00:00:00 2001
From: Carl Byington <carl@five-ten-sg.com>
Date: Wed, 29 Nov 2017 13:03:40 -0800
Subject: [PATCH 1/1] tc filter syntax changed
---
lib/Vyatta/Qos/TrafficLimiter.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Vyatta/Qos/TrafficLimiter.pm b/lib/Vyatta/Qos/TrafficLimiter.pm
index c98727e..7a7d2c8 100644
--- a/lib/Vyatta/Qos/TrafficLimiter.pm
+++ b/lib/Vyatta/Qos/TrafficLimiter.pm
@@ -82,8 +82,8 @@ sub commands {
foreach my $class (@$classes) {
my $id = $class->{id};
- my $police = " police rate " . $class->{rate}
- . " action drop burst " . $class->{burst};
+ my $police = " action police rate " . $class->{rate}
+ . " conform-exceed drop burst " . $class->{burst};
if ($id == 0) {
$id = $maxid + 1;
--
1.7.1
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/fe/qy/kluuocmszfqw6tap
Default Alt Text
0001-tc-filter-syntax-changed.patch (850 B)
Attached To
Mode
T481: traffic-policy limiter is broken
Attached
Detach File
Event Timeline
Log In to Comment