From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2] net: bridge: add support for sticky fdb entries Date: Wed, 12 Sep 2018 20:30:31 -0700 (PDT) Message-ID: <20180912.203031.102683412207287870.davem@davemloft.net> References: <20180910141802.268e85c5@shemminger-XPS-13-9360> <20180911063953.15008-1-nikolay@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, roopa@cumulusnetworks.com, bridge@lists.linux-foundation.org To: nikolay@cumulusnetworks.com Return-path: In-Reply-To: <20180911063953.15008-1-nikolay@cumulusnetworks.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org From: Nikolay Aleksandrov Date: Tue, 11 Sep 2018 09:39:53 +0300 > Add support for entries which are "sticky", i.e. will not change their port > if they show up from a different one. A new ndm flag is introduced for that > purpose - NTF_STICKY. We allow to set it only to non-local entries. > > Signed-off-by: Nikolay Aleksandrov > --- > v2: As Stephen suggested pass the whole ndm_flags because it will probably > be used by someone else soon. Applied, thanks Nikolay.