ipfilter and 1.6.x
Rick Kelly <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sun3 |
|---|---|
| Message-ID | <[email protected]> |
I submitted a pr for the fact that ipfilter is not correctly integrated in NetBSD/sun3 1.6.x and netbsd-1-6. port-sun3/24186 The fix is simple and allows ipfilter to work on sun3. /usr/src/sys/arch/sun3/sun3> pwd /usr/src/sys/arch/sun3/sun3 /usr/src/sys/arch/sun3/sun3> diff conf.c.orig conf.c.ipfilter 125a126 > #include "ipfilter.h" 247c248 < cdev_notdef(), /* 37 */ --- > cdev_ipf_init(NIPFILTER,ipl), /* 37: ipfilter */ Thanks. -- Rick Kelly [email protected] www.rmkhome.com