Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-06-04 Thread Nikolay Aleksandrov
On Wed, Jun 3, 2015 at 7:57 AM, Scott Feldman sfel...@gmail.com wrote: On Tue, Jun 2, 2015 at 10:14 AM, roopa ro...@cumulusnetworks.com wrote: On 5/27/15, 9:01 AM, Scott Feldman wrote: On Wed, May 27, 2015 at 1:35 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27,

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-06-02 Thread Scott Feldman
On Tue, Jun 2, 2015 at 10:14 AM, roopa ro...@cumulusnetworks.com wrote: On 5/27/15, 9:01 AM, Scott Feldman wrote: On Wed, May 27, 2015 at 1:35 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27, 2015 at 9:59 AM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27,

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-06-02 Thread roopa
On 5/27/15, 9:01 AM, Scott Feldman wrote: On Wed, May 27, 2015 at 1:35 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27, 2015 at 9:59 AM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27, 2015 at 12:05 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-27 Thread Nikolay Aleksandrov
On Wed, May 27, 2015 at 9:59 AM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27, 2015 at 12:05 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Tue, May 26, 2015 at 7:28 PM, Stephen Hemminger step...@networkplumber.org wrote: On Thu, 21 May 2015 03:42:57 -0700 Nikolay

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-27 Thread Scott Feldman
On Wed, May 27, 2015 at 1:35 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27, 2015 at 9:59 AM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27, 2015 at 12:05 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Tue, May 26, 2015 at 7:28 PM, Stephen

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-27 Thread Nikolay Aleksandrov
On Wed, May 27, 2015 at 6:01 PM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27, 2015 at 1:35 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27, 2015 at 9:59 AM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27, 2015 at 12:05 AM, Nikolay Aleksandrov

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-27 Thread Scott Feldman
On Wed, May 27, 2015 at 9:14 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27, 2015 at 6:01 PM, Scott Feldman sfel...@gmail.com wrote: On Wed, May 27, 2015 at 1:35 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Wed, May 27, 2015 at 9:59 AM, Scott Feldman

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-27 Thread Nikolay Aleksandrov
On Tue, May 26, 2015 at 7:28 PM, Stephen Hemminger step...@networkplumber.org wrote: On Thu, 21 May 2015 03:42:57 -0700 Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: From: Wilson Kok w...@cumulusnetworks.com Check in fdb_add_entry() if the source port should learn, similar check is

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-27 Thread Scott Feldman
On Wed, May 27, 2015 at 12:05 AM, Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: On Tue, May 26, 2015 at 7:28 PM, Stephen Hemminger step...@networkplumber.org wrote: On Thu, 21 May 2015 03:42:57 -0700 Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: From: Wilson Kok

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-26 Thread Stephen Hemminger
On Thu, 21 May 2015 03:42:57 -0700 Nikolay Aleksandrov niko...@cumulusnetworks.com wrote: From: Wilson Kok w...@cumulusnetworks.com Check in fdb_add_entry() if the source port should learn, similar check is used in br_fdb_update. Note that new fdb entries which are added manually or as

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-25 Thread Nikolay Aleksandrov
On Mon, May 25, 2015 at 4:59 AM, David Miller da...@davemloft.net wrote: From: Nikolay Aleksandrov niko...@cumulusnetworks.com Date: Thu, 21 May 2015 03:42:57 -0700 From: Wilson Kok w...@cumulusnetworks.com Check in fdb_add_entry() if the source port should learn, similar check is used in

Re: [PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-24 Thread David Miller
From: Nikolay Aleksandrov niko...@cumulusnetworks.com Date: Thu, 21 May 2015 03:42:57 -0700 From: Wilson Kok w...@cumulusnetworks.com Check in fdb_add_entry() if the source port should learn, similar check is used in br_fdb_update. Note that new fdb entries which are added manually or as

[PATCH net-next] bridge: skip fdb add if the port shouldn't learn

2015-05-21 Thread Nikolay Aleksandrov
From: Wilson Kok w...@cumulusnetworks.com Check in fdb_add_entry() if the source port should learn, similar check is used in br_fdb_update. Note that new fdb entries which are added manually or as local ones are still permitted. This patch has been tested by running traffic via a bridge port and