diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-08-06 21:36:52 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-08-06 21:36:52 +0000 |
commit | 75f585534619a4e243a39f1e0ab7194a0cab775f (patch) | |
tree | b7aff3f968b9968e64ef91e206ce69ef0dc03278 /loader2/net.h | |
parent | ab27fe9a1a7377b52736f2e8116082d67029b33d (diff) | |
download | anaconda-75f585534619a4e243a39f1e0ab7194a0cab775f.tar.gz anaconda-75f585534619a4e243a39f1e0ab7194a0cab775f.tar.xz anaconda-75f585534619a4e243a39f1e0ab7194a0cab775f.zip |
Same change you just saw on rhel5-branch ported to the HEAD branch.
Diffstat (limited to 'loader2/net.h')
-rw-r--r-- | loader2/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/net.h b/loader2/net.h index 506e2e210..f7be36812 100644 --- a/loader2/net.h +++ b/loader2/net.h @@ -31,7 +31,7 @@ struct networkDeviceConfig { int isDynamic; int noDns; int preset; - int noipv4, noipv6, ipv4method, ipv6method; + int ipv4method, ipv6method; char * vendor_class; /* s390 settings */ |