If we create two (vnet) jails and create a bridge interface in each we
end up with the same mac address on both bridge interfaces.
The bridge mac address is generated based on the host id if set, or
based on the host UUID and interface name.
These very often conflicts, resulting in same mac address in both jails.
Mitigate this problem by including the jail ID in the mac address.