diff --git a/src/devices/ovs/nm-ovsdb.c b/src/devices/ovs/nm-ovsdb.c index cd14920784..1325777fbf 100644 --- a/src/devices/ovs/nm-ovsdb.c +++ b/src/devices/ovs/nm-ovsdb.c @@ -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"); } /*****************************************************************************/