Re: network filter questions...

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 15 Jan 1998 16:29:20 +0000 (GMT)


> patch-2.1.79.gz, netsyms.c
> -#ifdef CONFIG_FILTER
> -EXPORT_SYMBOL(sk_run_filter);
> -#endif
>
> why this? this makes compiling af_packet as module impossible..
>
> also, net/core/filter.c does not show up anywhere in the makefiles
> anymore.

Someone screwed up their diff and a few things disappeared. Im slowly
cleaning up

> bpf filters (they work fine!), but I=B4m not sure on
> which kind of socket they should be attached...
>
> the kernel complains:
> Jan 8 02:51:54 cerebro kernel: tcpdump uses obsolete (AF_INET,SOCK_PAC=
> KET) =20

AF_PACKET, SOCK_RAW

Alan