summaryrefslogtreecommitdiffstats
path: root/redfish-core/include
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-11-02 15:56:47 -0700
committerEd Tanous <ed.tanous@intel.com>2018-11-02 15:56:47 -0700
commitc70f1535484e5ecabdb3dfaa0497ccdd40fd1057 (patch)
treef7db67024d541366dd4b0190e3455f1ccb944b8a /redfish-core/include
parent443c2934ac1ae86b6d496e3509e2b8acf283fb18 (diff)
downloadbmcweb-c70f1535484e5ecabdb3dfaa0497ccdd40fd1057.tar.gz
bmcweb-c70f1535484e5ecabdb3dfaa0497ccdd40fd1057.zip
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>
Diffstat (limited to 'redfish-core/include')
-rw-r--r--redfish-core/include/redfish.hpp1
1 files changed, 1 insertions, 0 deletions
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 @@ class RedfishService
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));
OpenPOWER on IntegriCloud