Add "route" command (which currently only displays the routing table; it

can't modify it).
This commit is contained in:
Michael Brown
2007-01-10 20:51:14 +00:00
parent d9ba8f790b
commit d45c5e7ce7
4 changed files with 89 additions and 2 deletions

View File

@@ -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;
}