table inet nft-qos-monitor { chain upload { type filter hook postrouting priority filter; policy accept; } chain download { type filter hook prerouting priority filter; policy accept; } } The controller then does not generate the JSON array because the if statement fails: ...