Implements get_member_details to get interface pool member details

This commit is contained in:
Simone Mainardi 2020-07-07 11:06:20 +02:00
parent f057c185e4
commit 69c7cd7acd
3 changed files with 12 additions and 1 deletions

View file

@ -311,6 +311,7 @@ function base_pools:get_pool(pool_id)
pool_details = json.decode(pool_details_str)
if pool_details then
-- Add the integer pool id
pool_details["pool_id"] = tonumber(pool_id)
end
end