[ifmgmt] Add ifconf() to carry out network device configuration

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-11-04 17:05:53 +00:00
parent 3a67224c62
commit 26b87b221b
2 changed files with 90 additions and 2 deletions

View File

@@ -10,8 +10,11 @@
FILE_LICENCE ( GPL2_OR_LATER );
struct net_device;
struct net_device_configurator;
extern int ifopen ( struct net_device *netdev );
extern int ifconf ( struct net_device *netdev,
struct net_device_configurator *configurator );
extern void ifclose ( struct net_device *netdev );
extern void ifstat ( struct net_device *netdev );
extern int iflinkwait ( struct net_device *netdev, unsigned long timeout );