From 84889ee383bd95bd8c08134fa743dea4f1fc1e73 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Thu, 14 Jan 2010 05:45:16 -0600 Subject: ibft boot: do not setup nic if offload can be used If the nic has a iscsi offload function then do not set up the nic with the ibft net settings. We will use those values for the iscsi net settings. --- include/iscsi_net_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/iscsi_net_util.h b/include/iscsi_net_util.h index 304214d..8d06bd5 100644 --- a/include/iscsi_net_util.h +++ b/include/iscsi_net_util.h @@ -3,6 +3,7 @@ #define ISCSI_HWADDRESS_BUF_SIZE 18 +extern int net_get_transport_name_from_iface(char *iface, char *transport); extern int net_get_dev_from_hwaddress(char *hwaddress, char *netdev); #endif -- cgit v1.2.1