diff --git a/modules/system/files/etc/network/interfaces b/modules/system/files/etc/network/interfaces new file mode 100644 index 0000000000000000000000000000000000000000..54b3a2db93e2a71658068bf533c7ea74236bb186 --- /dev/null +++ b/modules/system/files/etc/network/interfaces @@ -0,0 +1,9 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +source /etc/network/interfaces.d/* + +# The loopback network interface +auto lo +iface lo inet loopback +