Hi!
I am trying to prevent bridge from flooding in case where destination is 
unknown, so I try to change br_handle_frame_finish() function from the bridge 
module.

But I am confused with this part:

        if (dest[0] & 1) {
                br_flood_forward(br, skb, !passedup);
                if (!passedup)
                        br_pass_frame_up(br, skb);
                goto out;
        }

Is this "if (dest[0] & 1)" meant to be a test for "broadcast" frames?

Kernel is 2.4.20.

Tomislav
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to