summaryrefslogtreecommitdiff
path: root/usr/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/iface.h')
-rw-r--r--usr/iface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/iface.h b/usr/iface.h
index 9f6d47e..3ba2a4e 100644
--- a/usr/iface.h
+++ b/usr/iface.h
@@ -54,6 +54,10 @@ extern int iface_setup_from_boot_context(struct iface_rec *iface,
struct boot_context *context);
extern int iface_create_ifaces_from_boot_contexts(struct list_head *ifaces,
struct list_head *targets);
+extern int iface_get_param_count(struct iface_rec *iface_primary,
+ int iface_all);
+extern int iface_build_net_config(struct iface_rec *iface_primary,
+ int iface_all, struct iovec *iovs);
#define iface_fmt "[hw=%s,ip=%s,net_if=%s,iscsi_if=%s]"
#define iface_str(_iface) \