The create, destroy, enable and disable interfaces have all moved from fcoe.ko to libfcoe.ko with the kernel fcoe transport changes. fcoemon needs to use the new kernel interfaces since the old ones do not exist anymore. --- include/fcoe_utils.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/fcoe_utils.h b/include/fcoe_utils.h index aea5523..2f96280 100644 --- a/include/fcoe_utils.h +++ b/include/fcoe_utils.h @@ -46,7 +46,7 @@ #define SYSFS_MOUNT "/sys" #define SYSFS_NET SYSFS_MOUNT "/class/net" #define SYSFS_FCHOST SYSFS_MOUNT "/class/fc_host" -#define SYSFS_FCOE SYSFS_MOUNT "/module/fcoe/parameters" +#define SYSFS_FCOE SYSFS_MOUNT "/module/libfcoe/parameters" #define FCHOSTBUFLEN 64 _______________________________________________ devel mailing list [email protected] https://lists.open-fcoe.org/mailman/listinfo/devel
