From f573a7e992587ca13791d33d344e582af811dff6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 26 Jun 2001 18:41:40 +0000 Subject: don't set multicast routes --- sysconfig/network-scripts/ifup | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 559052cb..c41ff582 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -226,12 +226,6 @@ else arping -q -A -c 1 -I ${DEVICE} ${IPADDR} ( sleep 2; arping -q -U -c 1 -I ${DEVICE} ${IPADDR} ) > /dev/null 2>&1 < /dev/null & - ip route add unreachable 224.0.0.0/24 > /dev/null 2>&1 - - # if the device is multicast enabled, add a default multicast route - if [ `ip link ls ${DEVICE} | grep -c MULTICAST` -ge 1 ]; then - ip route add 224.0.0.0/4 dev ${DEVICE} scope global >& /dev/null - fi # Add a route for the subnet. Replace any existing route. if [ "${ISALIAS}" = no ]; then -- cgit v1.2.1