On Wed, 2004-05-26 at 16:13 +0200, Karsten Hopp wrote: > Attached is a patch for ccwgroup devices with kernel-2.6 on mainframes. > It basically writes up to two new variables into ifcfg-xxx which are then > picked up by the initscripts and written to some special files in /sys I guess this is fine... I still don't like the QETH bit, but it'll work for now and we can go down the route of renaming the devs to be qeth* or doing a better correlation to TYPE in the future. Also, it could be simpler to just have int is_qeth instead of char * qeth, but I don't care strongly there. Actually, I'd nit and in your fix for the traceback you got in network.py, do if len(netintf) >= 2 instead of == 2. Jeremy