From 6c2c2415d32f33655f632e17ce1dd95b18a0a109 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 29 Jun 2004 08:20:49 +0000 Subject: allow to use a specific ACNAME for pppoe connections --- mdk-stage1/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.h') diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h index 44a96c77b..33f4b8d71 100644 --- a/mdk-stage1/network.h +++ b/mdk-stage1/network.h @@ -40,7 +40,7 @@ struct interface_info { int is_ptp, is_up; struct in_addr ip, netmask, broadcast, network; enum boot_proto_type boot_proto; - char *user, *pass; /* for ADSL connection */ + char *user, *pass, *acname; /* for ADSL connection */ char *http_proxy_host, *http_proxy_port; }; -- cgit v1.2.1