Hi,
On 2 Sep 2024, at 17:34, Jorge Visentini
<jorgevisentini(a)gmail.com> wrote:
There is way to list the all used mac addresses from the MAC Address Pool? Can be through
API or Shell CLI command... can be anyway... but is it possible?
You can try
sudo -u postgres psql --pset "pager=off" --dbname engine --command "SELECT
mac_addr FROM vm_interface;"
k