diff options
Diffstat (limited to 'rootfs/etc/network')
-rw-r--r-- | rootfs/etc/network/interfaces | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootfs/etc/network/interfaces b/rootfs/etc/network/interfaces index 6da47b0..5307bb0 100644 --- a/rootfs/etc/network/interfaces +++ b/rootfs/etc/network/interfaces @@ -2,3 +2,5 @@ auto eth0 iface eth0 inet dhcp +auto lo +iface lo inet loopback |