Re: [RFC][2.4 PATCH] source address selection for ARP requests

From: David S. Miller
Date: Wed Aug 20 2003 - 16:57:50 EST


On Wed, 20 Aug 2003 23:34:43 +0200
Willy Tarreau <willy@xxxxxxxxx> wrote:

> + if (in_dev == NULL)
> + return;

A NULL in_dev is what you'll see if no addresses are
assigned to the interface, therefore you must treat
this case similarly.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/