summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-05-14 19:18:08 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-05-14 19:18:08 +0000
commiteed142b4f47c16fd6a11b5e9802f298e2453ba9b (patch)
tree4abd0f980d92fd44b7c182feda4f2d76b2e12d68 /loader2/net.h
parent9ddd41942a79dff1924d46ea83c8937fe5976eb4 (diff)
downloadanaconda-eed142b4f47c16fd6a11b5e9802f298e2453ba9b.tar.gz
anaconda-eed142b4f47c16fd6a11b5e9802f298e2453ba9b.tar.xz
anaconda-eed142b4f47c16fd6a11b5e9802f298e2453ba9b.zip
* network.py: Patch from Brad Hinson <bhison AT redhat.com> to support
OSA layer 2 networking (#233357). * loader2/linuxrc.s390: Likewise. * loader2/loader.c: Likewise. * loader2/loader.h: Likewise. * loader2/net.c: Likewise. * loader2/net.h: Likewise.
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/net.h b/loader2/net.h
index 7cef1c1f9..e1b33ad10 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -18,7 +18,7 @@ struct networkDeviceConfig {
int preset;
/* s390 settings */
- char *subchannels, *portname, *peerid, *nettype, *ctcprot;
+ char *subchannels, *portname, *peerid, *nettype, *ctcprot, *layer2;
};
int readNetConfig(char * device, struct networkDeviceConfig * dev,