===== net/ipv4/route.c 1.108 vs edited ===== --- 1.108/net/ipv4/route.c 2005-03-23 15:06:23 +11:00 +++ edited/net/ipv4/route.c 2005-04-05 23:00:28 +10:00 @@ -1720,7 +1720,7 @@ } rth->u.dst.flags= DST_HOST; -#ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED +#if 0 if (res->fi->fib_nhs > 1) rth->u.dst.flags |= DST_BALANCED; #endif @@ -1792,7 +1792,7 @@ struct in_device *in_dev, u32 daddr, u32 saddr, u32 tos) { -#ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED +#if 0 struct rtable* rth; unsigned char hop, hopcount, lasthop; int err = -EINVAL;