Re: [Linux-decnet-user] Lat interface detection
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@ty...> - 2002-08-26 08:31:29
|
On Mon, Aug 26, 2002 at 10:07:59AM +0200, BASSIR Mohcine wrote: > Hi, > > As you know we are trying to use a kernel without TCPIP support. We succeed to make this kernel working with Decnet. > Now I'm trying to use lat. When I use lat on a native linux kernel (included TCPIP level) I succeed to use a lat port. However, when I try to use it with a kernel recompiled without TCPIP support, latd is correctly started but it does'nt work. After investigations, I notice that interface are not detected with this kernel. > ... > > So I suppose that subroutines/functions used in interfaces.cc (or interfaces-linux.cc) needs to have TCPIP installed. Is there a way to make it working ? (modification of the interface detection function to do not used TCPIP functionnalities, or which TCPIP module is necessary to compile in the kernel). It is strange that DECnet recognizes interfaces without TCPIP, but not LAT. Try the attached patch: -- patrick |