mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 11:00:29 +01:00
ovs: let the factory create devices for external patch interfaces
Patch interfaces are conceptually similar to internal interfaces. Let the factory create devices for patch interfaces created externally.
This commit is contained in:
parent
fdf390786f
commit
69400c6f91
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ _openvswitch_interface_should_emit_signal(const OpenvswitchInterface *ovs_interf
|
|||
{
|
||||
/* Currently, the factory only creates NMDevices for
|
||||
* internal interfaces. We ignore the rest. */
|
||||
return nm_streq0(ovs_interface->type, "internal");
|
||||
return NM_IN_STRSET(ovs_interface->type, "internal", "patch");
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue