From f3a28b6bcf984dc55ec2d675ba75f0d3bc794eb9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Nov 2021 16:35:16 +0100 Subject: qosify: add package for simple qos based on ebpf+cake qosify is simple daemon for setting up and managing CAKE along with a custom eBPF based classifier that sets DSCP fields of packets. It is configured via UCI and it supports the following features: - simple TCP/UDP port based mapping - IP address based mapping - priority boosting based on average packet size - bulk flow detection based on number of packets per second - dynamically add IP entries with timeout Signed-off-by: Felix Fietkau --- package/network/config/qosify/files/qosify.hotplug | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package/network/config/qosify/files/qosify.hotplug (limited to 'package/network/config/qosify/files/qosify.hotplug') diff --git a/package/network/config/qosify/files/qosify.hotplug b/package/network/config/qosify/files/qosify.hotplug new file mode 100644 index 0000000000..950812c03c --- /dev/null +++ b/package/network/config/qosify/files/qosify.hotplug @@ -0,0 +1,2 @@ +#!/bin/sh +ubus call qosify check_devices -- cgit v1.2.3