]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: allow ext learned entries to change ports
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Mon, 3 Jul 2017 22:14:59 +0000 (15:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jul 2017 08:49:44 +0000 (01:49 -0700)
commit4b7a4e22c89264d448a2d2cc9ecc4a223995a0a1
tree31fd22be84c3ce80d04e452920969f35765a5d70
parent4380feaf0e2772b6a08129b9721e43b5dc5ae97d
bridge: allow ext learned entries to change ports

current code silently ignores change of port in the request
message. This patch makes sure the port is modified and
notification is sent to userspace.

Fixes: f66c8111667b ("bridge: add API to notify bridge driver of learned FBD on offloaded device")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_fdb.c