From 2cfc753f0547a71a0ed00c6f549cacd0ea22f7e2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sat, 12 Oct 2002 03:37:22 +0000 Subject: nuke allmulti/promisc setting at alexey's request --- sysconfig/network-scripts/ifup | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index eb532d43..e321a4e0 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -217,10 +217,8 @@ else expand_config - [ -n "${ARP}${PROMISC}${ALLMULTI}" ] && \ - ip link set ${REALDEVICE} $(toggle_value arp $ARP) \ - $(toggle_value promisc $PROMISC) \ - $(toggle_value allmulti $ALLMULTI) + [ -n "${ARP}" ] && \ + ip link set ${REALDEVICE} $(toggle_value arp $ARP) if ! ip link set ${REALDEVICE} up ; then echo $"Failed to bring up ${DEVICE}." -- cgit v1.2.1