Add PID Configurations
Initial PID configurations. For phosphor-pid-control
based off of yaml configuration examples.
Change-Id: Iaf9cce84f10259866594d516fdc1454f1fff6470
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/EntityManager.cpp b/src/EntityManager.cpp
index a62c36f..36478d7 100644
--- a/src/EntityManager.cpp
+++ b/src/EntityManager.cpp
@@ -94,7 +94,7 @@
// todo: pass this through nicer
std::shared_ptr<sdbusplus::asio::connection> SYSTEM_BUS;
-const std::regex ILLEGAL_DBUS_REGEX("[^A-Za-z0-9_]");
+const std::regex ILLEGAL_DBUS_REGEX("[^A-Za-z0-9_.]");
void registerCallbacks(boost::asio::io_service &io,
std::vector<sdbusplus::bus::match::match> &dbusMatches,