summaryrefslogtreecommitdiffstats
path: root/network.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-27 21:17:46 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-27 21:17:46 +0000
commita8d7f9d7e05ddb3079e7b26eee05c50646095770 (patch)
tree8a3a2edf6c30c022edcb7ba691254f8656e76a43 /network.py
parent9abadae5061592aa114c745bb049a4855bf3a83d (diff)
downloadanaconda-a8d7f9d7e05ddb3079e7b26eee05c50646095770.tar.gz
anaconda-a8d7f9d7e05ddb3079e7b26eee05c50646095770.tar.xz
anaconda-a8d7f9d7e05ddb3079e7b26eee05c50646095770.zip
preserve essid and wepkey
Diffstat (limited to 'network.py')
-rw-r--r--network.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/network.py b/network.py
index 62fd79472..00dddf407 100644
--- a/network.py
+++ b/network.py
@@ -178,7 +178,8 @@ class Network:
info [netinf[0]] = string.strip(netinf[1])
self.netdevices [info["DEVICE"]] = NetworkDevice(info["DEVICE"])
for key in ("IPADDR", "NETMASK", "BOOTPROTO", "ONBOOT", "MTU",
- "REMIP", "QETH", "SUBCHANNELS", "PORTNAME"):
+ "REMIP", "QETH", "SUBCHANNELS", "PORTNAME",
+ "ESSID", "KEY"):
if info.has_key(key):
self.netdevices [info["DEVICE"]].set((key, info[key]))
# KH: Hack for special case qeth devices which show up as ethX: