From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu, 12 Oct 2006 11:24:31 -0700

> Flush the forwarding table when carrier is lost. This helps for
> availability because we don't want to forward to a downed device and
> new packets may come in on other links.
> 
> Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
 ...
> +                     if (f->is_static & !do_all)
> +                             continue;

Applied with "&" changed to "&&" as mentioned elsewhere :)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to