mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 08:40:38 +01:00
core: log when creating team device as generic due to missing plugin
Previous commit 38a83e15a2 moves the
team device to a plugin. If the plugin is not available, we should
log an information that we create a generic device instead.
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
918ff2b0f7
commit
32ebcbe7c7
1 changed files with 1 additions and 0 deletions
|
|
@ -2189,6 +2189,7 @@ platform_link_added (NMManager *self,
|
|||
break;
|
||||
|
||||
case NM_LINK_TYPE_OLPC_MESH:
|
||||
case NM_LINK_TYPE_TEAM:
|
||||
case NM_LINK_TYPE_WIFI:
|
||||
case NM_LINK_TYPE_WIMAX:
|
||||
nm_log_info (LOGD_HW, "(%s): '%s' plugin not available; creating generic device",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue