From: Laurent Mazet Date: Fri, 20 Nov 2015 18:32:54 +0000 (+0100) Subject: remove useless network interface configuration X-Git-Tag: debian_7.8.9~12 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=f5de8a4ee62ecfc7b3f462e9c414a759392b86ad;p=debian6500.git remove useless network interface configuration --- diff --git a/master/opt/cluster/lite/etc/network/interfaces b/master/opt/cluster/lite/etc/network/interfaces index 5e0169c..5cb5123 100644 --- a/master/opt/cluster/lite/etc/network/interfaces +++ b/master/opt/cluster/lite/etc/network/interfaces @@ -8,10 +8,7 @@ iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp - pre-up ip addr flush dev eth0 - post-up ip route add default dev eth0 +# The secondary network interface auto eth1 iface eth1 inet dhcp - pre-up ip addr flush dev eth1 -