From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 26 Feb 2014 08:57:07 -0800 From: Stephen Hemminger Message-ID: <20140226085707.55bdab94@nehalam.linuxnetplumber.net> In-Reply-To: <1393427905-6811-4-git-send-email-vyasevic@redhat.com> References: <1393427905-6811-1-git-send-email-vyasevic@redhat.com> <1393427905-6811-4-git-send-email-vyasevic@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH 3/7] bridge: Add addresses from static fdbs to bridge address list List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vlad Yasevich Cc: mst@redhat.com, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, jhs@mojatatu.com, john.r.fastabend@intel.com, shemminger@vyatta.com On Wed, 26 Feb 2014 10:18:21 -0500 Vlad Yasevich 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 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. Many times static entries are used as alternative to flooding in environments which don't trust STP. Plus, it looks like another major source of bugs.