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 :)
_______________________________________________
Bridge mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/bridge

Reply via email to