neutron: unbreak of neutron northbound yang model revise
[vpnservice.git] / dhcpservice / dhcpservice-impl / src / main / java / org / opendaylight / vpnservice / dhcpservice / DhcpInterfaceEventListener.java
index 3550156fcca16bff3b527f6b81ceb3e7af86e2fa..4f66a9099d0e4473d2b9c5387b62ea4c849ff48f 100644 (file)
@@ -195,7 +195,7 @@ public class DhcpInterfaceEventListener extends AbstractDataChangeListener<Inter
         Port port = dhcpManager.getNeutronPort(interfaceName);
         if (port!=null) {
             logger.trace("Port found in neutron. Interface Name {}, port {}", interfaceName, port);
-            return port.getMacAddress();
+            return port.getMacAddress().getValue();
         }
         return null;
     }