neutron: unbreak of neutron northbound yang model revise
[netvirt.git] / vpnservice / dhcpservice / dhcpservice-impl / src / main / java / org / opendaylight / netvirt / dhcpservice / DhcpNeutronPortListener.java
index 207bd4dbd814bbe3771f46d18635e4cd97e9e777..a32da0be59b229ce0701a646a0bf8810a4a8cdca 100644 (file)
@@ -139,7 +139,7 @@ public class DhcpNeutronPortListener extends AsyncClusteredDataChangeListenerBas
     }
 
     private String getMacAddress(Port port) {
-        String macAddress = port.getMacAddress();
+        String macAddress = port.getMacAddress().getValue();
         return macAddress;
     }
 }