[cmdline] Make "dhcp" command a synonym for "ifconf"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-11-04 23:05:48 +00:00
parent 506152d467
commit 452fb2d0a2
3 changed files with 3 additions and 49 deletions

View File

@@ -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 */