switchdev: fdb filter_dev is always NULL for self (device), so remove check
authorScott Feldman <sfeldma@gmail.com>
Wed, 17 Jun 2015 23:08:31 +0000 (16:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2015 07:58:27 +0000 (00:58 -0700)
commit10ea5165e44ec8467e393a84ecfbf5732605d504
tree40a498494b91fd1aa4365700318166e262126543
parent54db01a20eb0485f586299aaaceb9d064e1482fe
switchdev: fdb filter_dev is always NULL for self (device), so remove check

Remove the filter_dev check when dumping fdb entries, otherwise dump
returns empty list.  filter_dev is always passed as NULL when dumping fdbs
on SELF.  We want the fdbs installed on the device to be listed in the
dump.

Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Fixes: 45d4122c ("switchdev: add support for fdb add/del/dump via switchdev_port_obj ops")
Acked-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/switchdev/switchdev.c