From b809d1d601a3227ef6bff59f1abb424af963c0d0 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 3 Sep 2015 16:59:35 -0500 Subject: [PATCH] broadcast not needed in scipts/FAIBASE/30-interface --- scripts/FAIBASE/30-interface | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/FAIBASE/30-interface b/scripts/FAIBASE/30-interface index e61e40e..b4da4d9 100755 --- a/scripts/FAIBASE/30-interface +++ b/scripts/FAIBASE/30-interface @@ -19,7 +19,6 @@ then iface $NIC1 inet static address $IPADDR netmask $NETMASK - broadcast $BROADCAST gateway $GATEWAYS EOF [ -n "$NETWORK" ] && echo "localnet $NETWORK" > $target/etc/networks -- 2.25.1