Add VlanInterface patch back
A merge conflict deleted the VLAN. Add it back to the main flow.
Change-Id: Ie0f5d61a9377b7f2a0e89ca5b00e54e2d32c2df8
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index 8c3885f..2bf48bf 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -71,6 +71,7 @@
nodes.emplace_back(std::make_unique<SoftwareInventory>(app));
nodes.emplace_back(
std::make_unique<VlanNetworkInterfaceCollection>(app));
+ nodes.emplace_back(std::make_unique<VlanNetworkInterface>(app));
nodes.emplace_back(std::make_unique<LogServiceCollection>(app));
nodes.emplace_back(std::make_unique<BMCLogService>(app));
nodes.emplace_back(std::make_unique<BMCLogEntryCollection>(app));