[openwrt/openwrt] qosify: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 22 02:29:48 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/68b008756fae2d05a46f684dd4908667389d217a

commit 68b008756fae2d05a46f684dd4908667389d217a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Mar 21 20:26:56 2022 +0100

    qosify: update to the latest version
    
    391a9fbd5ace dns: fix parsing vlan encapsulated protocol
    6aeeddbc91ad interface: extend dns filters to cover vlan tagged traffic as well
    1ab53d4ca601 bpf: return TC_ACT_UNSPEC to allow other filters to proceed
    ca21e729af23 interface: switch to using clsact for filters
    5d158f6b3c15 interface: run ingress bpf filter on main device ingress instead of ifb egress
    bdfcb11847ce interface: fix duplicated dns filter line
    b97405aa632a Revert "ubus: remove dnsmasq subscriber"
    8fbaf39dbc95 interface: rework adding/removing filters, do not delete clsact
    d7ba5804eae4 interface: replace open-coded ifb-dns string with QOSIFY_DNS_IFNAME
    91cf440db9e2 loader: fix use of deprecated functions
    57c7817f91c2 qosify: fix dscp values of ubus-added dns host entries
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
    (cherry-picked from commit af434e0da2485bd7a82895b5bb63b1182154b98e)
---
 package/network/config/qosify/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index 7aac759bcb..d0cff54053 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/kernel.mk
 PKG_NAME:=qosify
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/qosify.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2022-03-06
-PKG_SOURCE_VERSION:=f13b67c9a786567df240a8f3f608e2724ddaadba
-PKG_MIRROR_HASH:=3d8629e711e46a6be79a46a6394165fd1761687f24b8ed954dc4f16f177cd90f
+PKG_SOURCE_DATE:=2022-03-22
+PKG_SOURCE_VERSION:=57c7817f91c2ff2f247b2d7eb8554e861c4aec33
+PKG_MIRROR_HASH:=409f7db13a36334557de861a016a8d9f241070b2bbf6f738e992281b36f41cd4
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list