/*
- * Copyright (c) 2004-2014 Apple Inc. All rights reserved.
+ * Copyright (c) 2004-2017 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
bondport_ref p;
int progress = 0;
+ if (IFNET_IS_INTCOPROC(port_ifp)) {
+ return (EINVAL);
+ }
+
/* pre-allocate space for new port */
p = bondport_create(port_ifp, 0x8000, 1, 0, &error);
if (p == NULL) {