Jan Danielsson wrote: > I need to make some updates to npf, and as far as I have gathered > certain kernel development (npf being part of it) can be made somewhat > smoother by testing the code in userland using rump first. Has anyone > written a tutorial on how to set this up? (Aimed at those of us who > have merely heard of rump kernels, but haven't actually used them before).
NetBSD already comes with some NPF tests based on rump. To run them: cd /usr/tests/net/npf/ atf-run | atf-report For the source, see src/tests/net/npf/ and src/usr.sbin/npf/npftest/. -- Andreas Gustafsson, [email protected]
