You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without rtnl_link_info_ops::io_compare() changes in link info are not
picked up by the cache and no notificatons are sent out as
rtnl_link_info_data_compare() returns 0 when the callback is missing.
Fix this by implementing the missing io_compare() for bridge_info.
This allows e.g. changes in ageing time to be seen.
Fixes: 7391a38 ("bridge: Add support for link_info of a bridge")
Signed-off-by: Jonas Gorski <[email protected]>
#427
0 commit comments