mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[cmdline] Make "dhcp" command a synonym for "ifconf"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -238,7 +238,7 @@ static struct ifcommon_command_descriptor ifconf_cmd =
|
||||
* @v argv Argument list
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
static int ifconf_exec ( int argc, char **argv ) {
|
||||
int ifconf_exec ( int argc, char **argv ) {
|
||||
return ifcommon_exec ( argc, argv, &ifconf_cmd );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user