Update DHCP to use data-xfer interface (not yet tested).

This commit is contained in:
Michael Brown
2007-06-27 23:20:36 +01:00
parent f77815f2b1
commit 07dc294de8
8 changed files with 250 additions and 148 deletions

View File

@@ -261,7 +261,7 @@ int test_dhcp ( struct net_device *netdev ) {
out:
/* Unregister and free DHCP options */
unregister_dhcp_options ( dhcp.options );
free_dhcp_options ( dhcp.options );
dhcpopt_put ( dhcp.options );
out_no_options:
out_no_del_ipv4:
return rc;