Page MenuHomeVyOS Platform

0001-tc-filter-syntax-changed.patch

Authored By
carl.byington
Nov 29 2017, 9:22 PM
Size
850 B
Referenced Files
None
Subscribers
None

0001-tc-filter-syntax-changed.patch

From 47b894073e6fccbc257dbec8bf01e093d0ee264d Mon Sep 17 00:00:00 2001
From: Carl Byington <[email protected]>
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

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)

Event Timeline