Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nft-qos: fix monitor duplicates | Imran Khan | 2021-12-17 |
| | | | | | | | | nft command syntax is incorrect rearrange parameter order Signed-off-by: Imran Khan <gururug@gmail.com> | ||
* | nft-qos: replace input chain with prerouting for monitor and dynamic QoS as well | Rosy Song | 2018-11-12 |
| | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com> | ||
* | nft-qos: add new package | Rosy Song | 2018-11-06 |
This is the nftables implementation for qos on OpenWrt, Currently, it has below features: * Static QoS : setting limit rate for devices or global network. * Dynamic/Auto QoS : setting limit rate according to the network bandwidth and adjust itself automatically (hotplug event). * Traffic Priority : this feature is like traffic shaping under tc, it uses ingress hook to handle to packets here. Signed-off-by: Rosy Song <rosysong@rosinson.com> |