diff options
author | Loic Poulain <[email protected]> | 2021-07-22 20:21:05 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-07-23 17:14:00 +0100 |
commit | 68d1f1d4af188c290087958c75c7b89a816e1137 (patch) | |
tree | ea43dd312da5d4edad42fa9263151ee41b77a019 /scripts/gdb/linux/tasks.py | |
parent | c92c74131a84b508aa8f079a25d7bbe10748449e (diff) |
wwan: core: Fix missing RTM_NEWLINK event for default link
A wwan link created via the wwan_create_default_link procedure is
never notified to the user (RTM_NEWLINK), causing issues with user
tools relying on such event to track network links (NetworkManager).
This is because the procedure misses a call to rtnl_configure_link(),
which sets the link as initialized and notifies the new link (cf
proper usage in __rtnl_newlink()).
Cc: [email protected]
Fixes: ca374290aaad ("wwan: core: support default netdev creation")
Suggested-by: Sergey Ryazanov <[email protected]>
Signed-off-by: Loic Poulain <[email protected]>
Acked-by: Sergey Ryazanov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions