ISSUE
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / internal / DescStatisticsConverter.java
index 33918c5cde837722777da102f61a5da5e16eda09..7a09a480dc37e32335bb038efe641cdde496f3f5 100644 (file)
@@ -38,7 +38,7 @@ public class DescStatisticsConverter {
             hwDesc.setManufacturer(ofDesc.getManufacturerDescription());
             hwDesc.setHardware(ofDesc.getHardwareDescription());
             hwDesc.setSoftware(ofDesc.getSoftwareDescription());
-            hwDesc.setSdnProtocolDescription(ofDesc.getDatapathDescription());
+            hwDesc.setDescription(ofDesc.getDatapathDescription());
             hwDesc.setSerialNumber(ofDesc.getSerialNumber());
         }
         return hwDesc;