eth-eni-hotplug prevents the use of non-eth interfaces like bridges, wireguard, etc.
Created by: tsarna
eth-eni-hotplug prevents the use of non-eth interfaces like bridges, wireguard, etc, since it overwrites /etc/network/interfaces using only lo
and any enumerated eth
interfaces. Even if a file is present in interfaces.d, for example wg0
or docker0
, it will not be included.