summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2021-07-20 20:35:57 +0300
committerDavid S. Miller <davem@davemloft.net>2021-07-21 08:00:16 -0700
commit71f4f89a0324459f81656f3f9b20c1c0becaf647 (patch)
treed7d7d6375ab68ba86f935309c66111260c8a8561 /include
parent94111dfc18b8b8cb3c72006e0e7b31c038709ab4 (diff)
downloadlinux-stable-71f4f89a0324459f81656f3f9b20c1c0becaf647.tar.gz
linux-stable-71f4f89a0324459f81656f3f9b20c1c0becaf647.tar.bz2
linux-stable-71f4f89a0324459f81656f3f9b20c1c0becaf647.zip
net: switchdev: recurse into __switchdev_handle_fdb_del_to_device
The difference between __switchdev_handle_fdb_del_to_device and switchdev_handle_del_to_device is that the former takes an extra orig_dev argument, while the latter starts with dev == orig_dev. We should recurse into the variant that does not lose the orig_dev along the way. This is relevant when deleting FDB entries pointing towards a bridge (dev changes to the lower interfaces, but orig_dev shouldn't). The addition helper already recurses properly, just the deletion one doesn't. Fixes: 8ca07176ab00 ("net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions