From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2 net-next] bridge: fdb: add support for sticky flag Date: Fri, 28 Sep 2018 11:54:52 -0600 Message-ID: <6a90ea2a-b65e-813c-965e-572bd5425c7b@gmail.com> References: <20180927133513.14175-1-nikolay@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: roopa@cumulusnetworks.com To: Nikolay Aleksandrov , netdev@vger.kernel.org Return-path: Received: from mail-pf1-f194.google.com ([209.85.210.194]:46640 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726100AbeI2ATt (ORCPT ); Fri, 28 Sep 2018 20:19:49 -0400 Received: by mail-pf1-f194.google.com with SMTP id d8-v6so4790647pfo.13 for ; Fri, 28 Sep 2018 10:54:54 -0700 (PDT) In-Reply-To: <20180927133513.14175-1-nikolay@cumulusnetworks.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 9/27/18 7:35 AM, Nikolay Aleksandrov wrote: > Add support for the new sticky flag that can be set on fdbs and update the > man page. > > CC: David Ahern > Signed-off-by: Nikolay Aleksandrov > --- > bridge/fdb.c | 9 +++++++-- > man/man8/bridge.8 | 6 +++++- > 2 files changed, 12 insertions(+), 3 deletions(-) > applied to iproute2-next. Thanks