]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc1469f1779108b089e2dc3b4d9156f46d973602
tree40a498494b91fd1aa4365700318166e262126543
parent0904b1a5ab1725d1b5b904e8c9406b520eed116a
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: 173a4d6b ("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