From d45c5e7ce7e8155dba33ed6e8a36e99f77acc785 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 10 Jan 2007 20:51:14 +0000 Subject: Add "route" command (which currently only displays the routing table; it can't modify it). --- src/tests/dhcptest.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c index 318ce5e81..5cca514b3 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; } -- cgit v1.2.3-55-g7522