summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-27 21:47:34 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-27 21:47:34 +0000
commit419f026f96523fa89d25e64d8042730a91ebdaff (patch)
tree3a8092491ad15303af8092e0cf5343a33d96640b /textw
parent2a0b356be674c8827203802ffaa11a43c2890b38 (diff)
downloadanaconda-419f026f96523fa89d25e64d8042730a91ebdaff.tar.gz
anaconda-419f026f96523fa89d25e64d8042730a91ebdaff.tar.xz
anaconda-419f026f96523fa89d25e64d8042730a91ebdaff.zip
get the value of the ptp here
Diffstat (limited to 'textw')
-rw-r--r--textw/network_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/network_text.py b/textw/network_text.py
index 392a1691c..eceb9fd54 100644
--- a/textw/network_text.py
+++ b/textw/network_text.py
@@ -152,7 +152,7 @@ class NetworkWindow:
dev.set (("ipaddr", self.ip.value ()), ("netmask", self.nm.value ()),
("network", net), ("broadcast", bc))
if ask_ptp:
- dev.set (("remip", ptp))
+ dev.set (("remip", self.ptp.value()))
network.gateway = self.gw.value ()
network.primaryNS = self.ns.value ()
network.secondaryNS = self.ns2.value()