mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
Add "route" command (which currently only displays the routing table; it
can't modify it).
This commit is contained in:
@@ -260,8 +260,6 @@ int test_dhcp ( struct net_device *netdev ) {
|
||||
unregister_dhcp_options ( dhcp.options );
|
||||
free_dhcp_options ( dhcp.options );
|
||||
out_no_options:
|
||||
/* Take down IP interface */
|
||||
del_ipv4_address ( netdev );
|
||||
out_no_del_ipv4:
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user