Re: [PATCH net-next] bridge: allow ext learned entries to change ports

2017-07-04 Thread David Miller
From: Roopa Prabhu Date: Mon, 3 Jul 2017 15:14:59 -0700 > From: Nikolay Aleksandrov > > 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: cf6b8e1eedff ("bridge: add API to notif

[PATCH net-next] bridge: allow ext learned entries to change ports

2017-07-03 Thread Roopa Prabhu
From: Nikolay Aleksandrov 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: cf6b8e1eedff ("bridge: add API to notify bridge driver of learned FBD on offloaded device") Signed-off-by: Niko