Subject: Re: ipf
To: matthew green <mrg@eterna.com.au>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 06/02/1997 12:51:29
matthew green wrote:
> base# ls -l ip*
> crw------- 1 root wheel 29, 0 May 14 16:45 ipl
> crw------- 1 root wheel 29, 1 May 14 16:45 ipnat
> crw------- 1 root wheel 29, 2 May 14 16:45 ipstate
>
> from sys/arch/i386/i386/conf.c:
> cdev_ipf_init(NIPFILTER,ipl), /* 44: ip-filter device */
>
> which looks like ip-filter has major 44, not 29.
Indeed - it works! Thank you!
cdev_lkm_dummy(), /* 29 */
cdev_ipf_init(NIPFILTER,ipl), /* 44: ip-filter device */
Patrick