mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[cmdline] Add "--timeout" parameter to "ifconf" command
Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
145311c62e
commit
a08ee6e722
@@ -14,7 +14,8 @@ struct net_device_configurator;
|
||||
|
||||
extern int ifopen ( struct net_device *netdev );
|
||||
extern int ifconf ( struct net_device *netdev,
|
||||
struct net_device_configurator *configurator );
|
||||
struct net_device_configurator *configurator,
|
||||
unsigned long timeout );
|
||||
extern void ifclose ( struct net_device *netdev );
|
||||
extern void ifstat ( struct net_device *netdev );
|
||||
extern int iflinkwait ( struct net_device *netdev, unsigned long timeout );
|
||||
|
||||
Reference in New Issue
Block a user