]> 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)
commit0c78b631a5707705f48723cee65e86ac9cae3fac
tree31fd22be84c3ce80d04e452920969f35765a5d70
parente5e84b583f270ad3204997734efcb46ad2f80868
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: 09a290c47843 ("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