summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-11 17:49:23 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-11 17:49:23 +0000
commitc245d3ac45468252b40e0065c5926f1cc9efce4a (patch)
treed9ab527fce51c07f4dda862dc28644b1a01d63e6 /mdk-stage1/network.h
parentd4760c38a800ccba98726fc5870b9d7a4c9f35a8 (diff)
downloaddrakx-c245d3ac45468252b40e0065c5926f1cc9efce4a.tar
drakx-c245d3ac45468252b40e0065c5926f1cc9efce4a.tar.gz
drakx-c245d3ac45468252b40e0065c5926f1cc9efce4a.tar.bz2
drakx-c245d3ac45468252b40e0065c5926f1cc9efce4a.tar.xz
drakx-c245d3ac45468252b40e0065c5926f1cc9efce4a.zip
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
Diffstat (limited to 'mdk-stage1/network.h')
-rw-r--r--mdk-stage1/network.h1
1 files changed, 1 insertions, 0 deletions
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;
};