nft-qos: fix missing double semicolon in case

Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
Rosy Song
2019-02-20 19:01:12 +08:00
parent 6e7d8a8cb5
commit af9d96bc93
2 changed files with 3 additions and 2 deletions

View File

@@ -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"