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

# SCNetworkInterfaceSetConfiguration(_:_:)

Stores the configuration settings for the specified interface.

```
func SCNetworkInterfaceSetConfiguration(_ interface: SCNetworkInterface, _ config: CFDictionary?) -> Bool
```

## Parameters

`interface`

The network interface.

`config`

The configuration settings to store.

## Return Value

`TRUE` if the configuration was stored; `FALSE` if an error occurred.

## 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)