source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet static
        address $$IPV4
        netmask $$SUBNET
        $$GATEWAY-IPV4


auto eth1
iface eth1 inet static
        address $$IPV4MGMT
        netmask 255.255.255.0

$$INTERFACES
