neutron: unbreak of neutron northbound yang model revise
[vpnservice.git] / dhcpservice / dhcpservice-impl / src / main / java / org / opendaylight / vpnservice / dhcpservice / DhcpExternalTunnelManager.java
index 79e34826d7af148c54a93a3e82635c3524dff3ad..ababb711019cb80a63aa79709b593f50405a25dd 100644 (file)
@@ -133,7 +133,7 @@ public class DhcpExternalTunnelManager {
                 if(NeutronUtils.isPortVnicTypeNormal(port)) {
                     continue;
                 }
-                String macAddress = port.getMacAddress();
+                String macAddress = port.getMacAddress().getValue();
                 Uuid networkId = port.getNetworkId();
                 String segmentationId = DhcpServiceUtils.getSegmentationId(networkId, broker);
                 if (segmentationId == null) {