summaryrefslogtreecommitdiff
path: root/python/vyos/qos/trafficshaper.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-02 17:57:03 +0200
committerGitHub <noreply@github.com>2023-07-02 17:57:03 +0200
commit1a6640a7443410b667818a3545c306ea451cd137 (patch)
tree33d7d7ff79f04032e5fb49273b1566f7af8f8d6f /python/vyos/qos/trafficshaper.py
parent9c4c2f43b79bbc8447f34ec3bcbb37b9aec606bd (diff)
parent332f0178e7fa330b5f6a9f7a40066075e3835320 (diff)
downloadvyos-1x-1a6640a7443410b667818a3545c306ea451cd137.tar.gz
vyos-1x-1a6640a7443410b667818a3545c306ea451cd137.zip
Merge pull request #2066 from sever-sever/T5048
T5048: QoS index priority should be used only for shaper
Diffstat (limited to 'python/vyos/qos/trafficshaper.py')
-rw-r--r--python/vyos/qos/trafficshaper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/qos/trafficshaper.py b/python/vyos/qos/trafficshaper.py
index 573283833..c63c7cf39 100644
--- a/python/vyos/qos/trafficshaper.py
+++ b/python/vyos/qos/trafficshaper.py
@@ -22,6 +22,7 @@ MINQUANTUM = 1000
class TrafficShaper(QoSBase):
_parent = 1
+ qostype = 'shaper'
# https://man7.org/linux/man-pages/man8/tc-htb.8.html
def update(self, config, direction):