mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
nft-qos: fix missing double semicolon in case
Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
@@ -84,6 +84,7 @@ qosdef_init_priority() {
|
||||
;;
|
||||
wan*) network_get_device ifname "$priority_netdev" || \
|
||||
ifname="$(uci_get network.$priority_netdev.ifname)"
|
||||
;;
|
||||
esac
|
||||
|
||||
qosdef_appendx "table netdev nft-qos-priority {\n"
|
||||
|
||||
Reference in New Issue
Block a user