FCOE_DELETEPORT(3FCOE) | FCoE Port Management Library Functions | FCOE_DELETEPORT(3FCOE) |
FCOE_DeletePort - delete an FCoE port
cc [ flag... ] file... -lfcoe [ library... ] #include <libfcoe.h> int FCOE_DeletePort(const char *macLinkName);
macLinkName
The FCOE_DeletePort() function deletes an FCoE port from the specified MAC link.
The following values are returned:
FCOE_STATUS_ERROR_BUSY
FCOE_STATUS_ERROR_MAC_LEN
FCOE_STATUS_MAC_NOT_FOUND
FCOE_STATUS_OK
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
MT-Level | Safe |
April 1, 2009 | OmniOS |