From c245d3ac45468252b40e0065c5926f1cc9efce4a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 11 Jun 2004 17:49:23 +0000 Subject: add http proxy settings in interface_info struct, and ask them right after the interface is up, so that they can be used to fetch the mirror list --- mdk-stage1/network.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/network.h') diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h index 02eea45b6..44a96c77b 100644 --- a/mdk-stage1/network.h +++ b/mdk-stage1/network.h @@ -41,6 +41,7 @@ struct interface_info { struct in_addr ip, netmask, broadcast, network; enum boot_proto_type boot_proto; char *user, *pass; /* for ADSL connection */ + char *http_proxy_host, *http_proxy_port; }; -- cgit v1.2.1