> Yes, I would expect exactly that. I really would change ip_rt_put() in
> net/route.h to the version in route.c, or, for testing, declare it
>
> extern void ip_rt_put(struct rtable * rt);
>
> in route.h and comment out the inline version.
I'm testing the latter and it seems ok so far, after more than 1 hour of
network banging. I will also test a real backup now.
/Ryde