SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)
Updates the specified virtual LAN (VLAN) interface with the specified information.
Declaration
func SCVLANInterfaceSetPhysicalInterfaceAndTag(_ vlan: SCVLANInterface, _ physical: SCNetworkInterface, _ tag: CFNumber) -> BoolParameters
- vlan:
The VLAN interface to update.
- physical:
The physical interface to associate with the VLAN interface.
- tag:
The tag to associate with the VLAN interface. This value must be between 1 and 4094.
Return Value
TRUE if the configuration was stored; FALSE if an error occurred.