aboutsummaryrefslogtreecommitdiff
path: root/src/include/hci
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2013-11-04 23:05:48 +0000
committerMichael Brown <mcb30@ipxe.org>2013-11-05 17:42:55 +0000
commit452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2 (patch)
treeab17124a556a4c58eb371335b0ff7f920c91f72c /src/include/hci
parent506152d46739be0afda75dab480b77adf99e9b14 (diff)
downloadipxe-452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2.zip
ipxe-452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2.tar.gz
ipxe-452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2.tar.bz2
[cmdline] Make "dhcp" command a synonym for "ifconf"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/hci')
-rw-r--r--src/include/hci/ifmgmt_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/hci/ifmgmt_cmd.h b/src/include/hci/ifmgmt_cmd.h
index 2fa8ee5..913b911 100644
--- a/src/include/hci/ifmgmt_cmd.h
+++ b/src/include/hci/ifmgmt_cmd.h
@@ -67,5 +67,6 @@ struct ifcommon_command_descriptor {
extern int ifcommon_exec ( int argc, char **argv,
struct ifcommon_command_descriptor *cmd );
+extern int ifconf_exec ( int argc, char **argv );
#endif /* _IFMGMT_CMD_H */