aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-01-10 20:51:14 +0000
committerMichael Brown <mcb30@etherboot.org>2007-01-10 20:51:14 +0000
commitd45c5e7ce7e8155dba33ed6e8a36e99f77acc785 (patch)
tree0cc70817174de4d29f19347754958ca9208791a1 /src/tests
parentd9ba8f790b2b0ad7e22b96e46dc5e0946815e512 (diff)
downloadipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.zip
ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.tar.gz
ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.tar.bz2
Add "route" command (which currently only displays the routing table; it
can't modify it).
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dhcptest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c
index 318ce5e..5cca514 100644
--- a/src/tests/dhcptest.c
+++ b/src/tests/dhcptest.c
@@ -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;
}