From 5f0c6f5c27f0457e89a3b95b6c94a9d51d865e4f Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 18 Feb 2008 22:58:12 +0100 Subject: [PATCH] Avec lo c'est mieux ... darcs-hash:20080218215812-c41ad-57627f193523aebf1835d4cb92ec2d7f6d0b7619.gz --- Python/etc/network/interfaces | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python/etc/network/interfaces b/Python/etc/network/interfaces index 2eb4630..9bbacba 100644 --- a/Python/etc/network/interfaces +++ b/Python/etc/network/interfaces @@ -39,4 +39,10 @@ iface %(interface)s inet static print " ", line print +# Définitions communes +print """auto lo +iface lo inet loopback +""" + + exec metadata.probes["interfaces.local"]