[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <530E25CC.6010705@redhat.com>
Date: Wed, 26 Feb 2014 12:35:08 -0500
From: Vlad Yasevich <vyasevic@...hat.com>
To: Stephen Hemminger <stephen@...workplumber.org>
CC: netdev@...r.kernel.org, bridge@...ts.linux-foundation.org,
shemminger@...tta.com, mst@...hat.com, jhs@...atatu.com,
john.r.fastabend@...el.com
Subject: Re: [PATCH 3/7] bridge: Add addresses from static fdbs to bridge
address list
On 02/26/2014 11:57 AM, Stephen Hemminger wrote:
> On Wed, 26 Feb 2014 10:18:21 -0500
> Vlad Yasevich <vyasevic@...hat.com> wrote:
>
>> When a static fdb entry is created, add the mac address to the bridge
>> address list. This list is used to program the proper port's
>> address list.
>>
>> Signed-off-by: Vlad Yasevich <vyasevic@...hat.com>
>
> I don't like this level of bookkeeping it starts to mix
> layers between the bridge network interface as entity for talking to the
> local host, and forwarding table entries.
Actually this is one of the reasons this isn't done through the
br->dev->uc. Forwarding table entries are still per-port.
>
> Many times static entries are used as alternative to flooding in
> environments which don't trust STP.
Ok, and how would this be problematic? If one wants to turn off
promisc in this environment, then receive filters needs to be properly
programmed.
>
> Plus, it looks like another major source of bugs.
>
Any new code is a potential source of issues. Are you saying
No to any new code in bridge?
-vlad
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists