mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[fc] Add Fibre Channel management commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
24
src/config/config_fc.c
Normal file
24
src/config/config_fc.c
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
* published by the Free Software Foundation; either version 2, or (at
|
||||
* your option) any later version.
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <config/general.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Fibre Channel configuration options
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Drag in Fibre Channel-specific commands
|
||||
*
|
||||
*/
|
||||
#ifdef FCMGMT_CMD
|
||||
REQUIRE_OBJECT ( fcmgmt_cmd );
|
||||
#endif
|
||||
@@ -112,6 +112,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define CONFIG_CMD /* Option configuration console */
|
||||
#define IFMGMT_CMD /* Interface management commands */
|
||||
#define IWMGMT_CMD /* Wireless interface management commands */
|
||||
#define FCMGMT_CMD /* Fibre Channel management commands */
|
||||
#define ROUTE_CMD /* Routing table management commands */
|
||||
#define IMAGE_CMD /* Image management commands */
|
||||
#define DHCP_CMD /* DHCP management commands */
|
||||
|
||||
Reference in New Issue
Block a user