#!/bin/sh

uci -q batch <<-EOF >/dev/null
	delete ucitrack.@nft-qos[-1]
	add ucitrack nft-qos
	set ucitrack.@nft-qos[-1].init=nft-qos
	commit ucitrack
EOF

rm -rf /tmp/luci-*cache
exit 0
