diff options
| author | Michael Brown | 2013-11-05 00:05:48 +0100 |
|---|---|---|
| committer | Michael Brown | 2013-11-05 18:42:55 +0100 |
| commit | 452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2 (patch) | |
| tree | ab17124a556a4c58eb371335b0ff7f920c91f72c /src/include | |
| parent | [cmdline] Add "ifconf" command (diff) | |
| download | ipxe-452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2.tar.gz ipxe-452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2.tar.xz ipxe-452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2.zip | |
[cmdline] Make "dhcp" command a synonym for "ifconf"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/hci/ifmgmt_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/hci/ifmgmt_cmd.h b/src/include/hci/ifmgmt_cmd.h index 2fa8ee527..913b911d8 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 */ |
