summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 21:51:14 +0100
committerMichael Brown2007-01-10 21:51:14 +0100
commitd45c5e7ce7e8155dba33ed6e8a36e99f77acc785 (patch)
tree0cc70817174de4d29f19347754958ca9208791a1 /src/tests
parentAdd route() function to display routing table. (diff)
downloadipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.tar.gz
ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.tar.xz
ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.zip
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 318ce5e8..5cca514b 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;
}