K 10 svn:author V 2 hm K 8 svn:date V 27 2001-07-21T11:52:31.000000Z K 7 svn:log V 435 Add a patch from the isdn mailinglist, Juha writes: ppp in 4.x apparently does a close(2) after opening the tun device; i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch device) -> tun gets opened as 2 -> tun gets closed -> later use results in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this is ugly, but I needed it up quick...): Submitted by: Juha-Matti Liukkonen END