]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: Notify for each remote of a removed FDB entry
authorPetr Machata <petrm@mellanox.com>
Wed, 17 Oct 2018 08:53:27 +0000 (08:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 00:45:08 +0000 (17:45 -0700)
commit8a651aae19bd52638b81e4b00785f713011c625a
treee8a0213d96d325a6c29c497bd9d53ad799916d32
parentbdcda9414c613ed1787bb51b7890ea62c076f41f
vxlan: Notify for each remote of a removed FDB entry

When notifications are sent about FDB activity, and an FDB entry with
several remotes is removed, the notification is sent only for the first
destination. That makes it impossible to distinguish between the case
where only this first remote is removed, and the one where the FDB entry
is removed as a whole.

Therefore send one notification for each remote of a removed FDB entry.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c