From 2a1cc6fa9f38cd1365cf19756caecd5802e783bc Mon Sep 17 00:00:00 2001 From: Andreas Schiermeier <andreas@schiermeier.name> Date: Thu, 10 Dec 2015 02:33:04 +0100 Subject: [PATCH] Experiments part 15 --- modules/system/files/etc/network/interfaces | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/system/files/etc/network/interfaces diff --git a/modules/system/files/etc/network/interfaces b/modules/system/files/etc/network/interfaces new file mode 100644 index 0000000..54b3a2d --- /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 + -- GitLab