summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-09-23 03:33:42 +0000
committerpnfisher <pnfisher>1999-09-23 03:33:42 +0000
commita9c4cadd1638271a37b3ea833b43ca79083dfb54 (patch)
treea5c3e502a00c359ee3c678f67849a6d0bc8d35a7 /iw
parentdcd6c0d9f85dbc2125a2c9e2218a8c74853f89e4 (diff)
downloadanaconda-a9c4cadd1638271a37b3ea833b43ca79083dfb54.tar.gz
anaconda-a9c4cadd1638271a37b3ea833b43ca79083dfb54.tar.xz
anaconda-a9c4cadd1638271a37b3ea833b43ca79083dfb54.zip
Display gateway and DNS1 from loader.
Diffstat (limited to 'iw')
-rw-r--r--iw/network.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/network.py b/iw/network.py
index 612ecf825..46e77db6a 100644
--- a/iw/network.py
+++ b/iw/network.py
@@ -224,10 +224,10 @@ class NetworkWindow (InstallWindow):
self.hostname.set_text (self.todo.network.hostname)
self.gw = options[1]
-# self.gw.set_text (self.todo.network.gateway)
+ self.gw.set_text (self.todo.network.gateway)
self.ns = options[2]
-# self.ns.set_text (self.todo.network.primaryNS)
+ self.ns.set_text (self.todo.network.primaryNS)
self.ns2 = options[3]
self.ns3 = options[4]