]> git.baikalelectronics.ru Git - kernel.git/commit
net: Pass VLAN ID to rtnl_fdb_notify.
authorHubert Sokolowski <hubert.sokolowski@intel.com>
Thu, 9 Apr 2015 12:16:17 +0000 (12:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Apr 2015 21:30:58 +0000 (17:30 -0400)
commit424bd5069c0a5314ca6c9c99a7b17110f77d281f
treeab028253535344103115cdfa1a548c0e70e4c146
parent7787c4ccc6af9a821ee6c58400e64a1bf610daf5
net: Pass VLAN ID to rtnl_fdb_notify.

When an FDB entry is added or deleted the information about VLAN
is not passed to listening applications like 'bridge monitor fdb'.
With this patch VLAN ID is passed if it was set in the original
netlink message.

Also remove an unused bdev variable.

Signed-off-by: Hubert Sokolowski <hubert.sokolowski@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c