summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-01-14 05:45:16 -0600
committerMike Christie <michaelc@cs.wisc.edu>2010-01-15 02:24:01 -0600
commit84889ee383bd95bd8c08134fa743dea4f1fc1e73 (patch)
tree68a8a153dcb8e599dc16ca35df793a96112ea0de /include
parent2e39c68d905380efad58cd19ba982c06147161e3 (diff)
downloadopen-iscsi-84889ee383bd95bd8c08134fa743dea4f1fc1e73.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/iscsi_net_util.h1
1 files changed, 1 insertions, 0 deletions
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