Index: /trunk/src/VBox/Runtime/common/net/macstr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/net/macstr.cpp	(revision 71626)
+++ /trunk/src/VBox/Runtime/common/net/macstr.cpp	(revision 71627)
@@ -60,7 +60,7 @@
     int rc = RTStrToUInt8Ex(RTStrStripL(pszValue), &pszNext, 16, &pAddr->au8[0]);
     if (rc != VINF_SUCCESS && rc != VWRN_TRAILING_CHARS)
-        return VERR_GETOPT_INVALID_ARGUMENT_FORMAT;
+        return VERR_INVALID_PARAMETER;
     if (*pszNext++ != ':')
-        return VERR_GETOPT_INVALID_ARGUMENT_FORMAT;
+        return VERR_INVALID_PARAMETER;
 
     /* middle */
