From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] selftests: forwarding: test for bridge sticky flag Date: Fri, 28 Sep 2018 10:45:57 -0700 (PDT) Message-ID: <20180928.104557.483889872686969948.davem@davemloft.net> References: <20180927133513.14175-1-nikolay@cumulusnetworks.com> <20180927133513.14175-2-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 To: nikolay@cumulusnetworks.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:39218 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726100AbeI2AKu (ORCPT ); Fri, 28 Sep 2018 20:10:50 -0400 In-Reply-To: <20180927133513.14175-2-nikolay@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nikolay Aleksandrov Date: Thu, 27 Sep 2018 16:35:13 +0300 > This test adds an fdb entry with the sticky flag and sends traffic from > a different port with the same mac as a source address expecting the entry > to not change ports if the flag is operating correctly. > > Signed-off-by: Nikolay Aleksandrov Applied, thanks.