>
> --- linux/net/ipv4/route.c.orig Wed May 7 14:28:56 1997
> +++ linux/net/ipv4/route.c Wed May 7 14:30:22 1997
> @@ -936,6 +936,7 @@
> }
> rtp = &rt->rt_next;
> }
> + ip_rt_bh_mask &= ~RT_BH_FREE;
> }
>
> void ip_rt_run_bh()
>
Ooooh... Main lieber Mutti... And what, does it really work
without this line? :-)
Alexey Kuznetsov.