summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-27 21:16:31 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-27 21:16:31 +0000
commit9abadae5061592aa114c745bb049a4855bf3a83d (patch)
treebc1436b18a6c59f61498bd44fb465fef8d3f993d /loader2/net.h
parent4255802e876f1e4be2cf48439dcc44cd14836ba3 (diff)
downloadanaconda-9abadae5061592aa114c745bb049a4855bf3a83d.tar.gz
anaconda-9abadae5061592aa114c745bb049a4855bf3a83d.tar.xz
anaconda-9abadae5061592aa114c745bb049a4855bf3a83d.zip
add a comment, write out essid and wepkey
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/net.h b/loader2/net.h
index 68390289e..5a1f231c6 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -16,6 +16,8 @@ struct networkDeviceConfig {
int isDynamic;
int noDns;
int preset;
+
+ /* s390 settings */
int mtu;
int is_qeth;
struct in_addr ptpaddr;