nft-qos: fix missing double semicolon in case
Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
parent
6e7d8a8cb5
commit
af9d96bc93
2 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nft-qos
|
PKG_NAME:=nft-qos
|
||||||
PKG_VERSION:=1.0.4
|
PKG_VERSION:=1.0.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
PKG_MAINTAINER:=Rosy Song <rosysong@rosinson.com>
|
PKG_MAINTAINER:=Rosy Song <rosysong@rosinson.com>
|
||||||
|
|
|
@ -84,6 +84,7 @@ qosdef_init_priority() {
|
||||||
;;
|
;;
|
||||||
wan*) network_get_device ifname "$priority_netdev" || \
|
wan*) network_get_device ifname "$priority_netdev" || \
|
||||||
ifname="$(uci_get network.$priority_netdev.ifname)"
|
ifname="$(uci_get network.$priority_netdev.ifname)"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
qosdef_appendx "table netdev nft-qos-priority {\n"
|
qosdef_appendx "table netdev nft-qos-priority {\n"
|
||||||
|
|
Loading…
Reference in a new issue