From 6c7b790dac9634835ef79abcfebfadd5f4ed2ce4 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Mon, 21 Sep 2015 18:56:18 +0200 Subject: [PATCH] force constant cpu frequencies --- master/opt/cluster/slave/etc/network/interfaces | 1 + 1 file changed, 1 insertion(+) diff --git a/master/opt/cluster/slave/etc/network/interfaces b/master/opt/cluster/slave/etc/network/interfaces index 10a14dc..5e0169c 100644 --- a/master/opt/cluster/slave/etc/network/interfaces +++ b/master/opt/cluster/slave/etc/network/interfaces @@ -9,6 +9,7 @@ iface lo inet loopback auto eth0 iface eth0 inet dhcp pre-up ip addr flush dev eth0 + post-up ip route add default dev eth0 auto eth1 iface eth1 inet dhcp -- 2.30.2