neutron: unbreak of neutron northbound yang model revise
[vpnservice.git] / dhcpservice / dhcpservice-impl / src / main / java / org / opendaylight / vpnservice / dhcpservice / DhcpServiceUtils.java
index b925646fcdbb5e0fd4a953f1ad86ad93a723f7e1..f336564930ef44c3ca1a8a9a4e3c26d86e06e420 100644 (file)
@@ -220,6 +220,6 @@ public class DhcpServiceUtils {
             logger.warn("Trunk port {} not available for sub-port", parentRefName);
             return null;
         }
-        return trunkPort.get().getMacAddress();
+        return trunkPort.get().getMacAddress().getValue();
     }
-}
\ No newline at end of file
+}