diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2018-11-02 15:56:47 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2018-11-02 15:56:47 -0700 |
| commit | c70f1535484e5ecabdb3dfaa0497ccdd40fd1057 (patch) | |
| tree | f7db67024d541366dd4b0190e3455f1ccb944b8a /redfish-core/include | |
| parent | 443c2934ac1ae86b6d496e3509e2b8acf283fb18 (diff) | |
| download | bmcweb-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.hpp | 1 |
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)); |

