Table of Contents

Fibre Channel management commands

Name

  FCMGMT_CMD

Header file

Configured via config/general.h.

Examples

Enable FCoE protocol and Fibre Channel management commands

  #define NET_PROTO_FCOE        /* Fibre Channel over Ethernet protocol */
  #define FCMGMT_CMD            /* Fibre Channel management commands */

Description

This build option enables the commands fcstat and fcels.

See also

Notes

This option will take effect only if iPXE is configured to support a Fibre Channel protocol stack. You may wish to enable support for the Fibre Channel over Ethernet (FCoE) protocol using the build option NET_PROTO_FCOE.