Connman : add a loopback interface

Hi all,

I would like to configure connman to add a secondary loopback interface on my network configuration (for VPN configuration reasons)

With NetworkManager, it is possible by adding theses lines in the /etc/network/interfaces

The secondary loopback network interface

auto lo:1
iface lo:1 inet static
address 192.168.0.1
netmask 255.255.255.255

But with osmc, MN is not installed.

Many thanks for your helps,