<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCBondInterfaceCreate(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@F@SCBondInterfaceCreate"
  },
  "title" : "SCBondInterfaceCreate(_:)"
}
-->

# SCBondInterfaceCreate(_:)

Creates a new Ethernet bond interface.

```
func SCBondInterfaceCreate(_ prefs: SCPreferences) -> SCBondInterface?
```

## Parameters

`prefs`

The preferences session.

## Return Value

The new Ethernet bond interface, represented by an [`SCBondInterface`](/documentation/SystemConfiguration/SCBondInterface) object. You must release the returned value.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)