commit | 1e53d5bb8878dcbdbffde334ab89b1f57778b48c | [log] [tgz] |
---|---|---|
author | Hubert Sokolowski <hubert.sokolowski@intel.com> | Thu Apr 09 12:16:17 2015 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 09 17:30:58 2015 -0400 |
tree | ab028253535344103115cdfa1a548c0e70e4c146 | |
parent | ca69d7102fde3e22b09536867ba14ace84ea80e1 [diff] |
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>