Re: EQL utils

Soren Harward (soren@cinternet.net)
Thu, 23 Sep 1999 21:36:59 -0400


On Thu 23 Sep 1999 at 14:05:34, Pieckiel, Kevin A muttered:
> I've compiled in EQL support in my 2.2.12 kernel, but I can't locate the
> eql_enslave program. Is this included with the kernel? The server
> mentioned in Documentation/networking/eql.txt doesn't seem to exist
> anymore or has a broken DNS.

It's on metalab at

ftp://metalab.unc.edu/pub/Linux/system/network/serial/eql-1.2.tar.gz

The source will compile if you change the

#include "/usr/src/linux ...

line to

#include <linux/if_eql.h>

and compile using:

gcc -D__KERNEL__ eql_enslave.c -o eql_enslave

I'm in the process of updating the kernel docs -- school is keeping me
busy right now, but it will be done shortly.

-- 
Soren Harward <soren@cinternet.net> - http://soren.cinternet.net/
Never ascribe to malice that which can be adequately explained by stupidity.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/