> In that case, it sounds like all you need is static configuration. > Create a user utility (just like /usr/sbin/ipf) that opens your module > or driver and uses ioctls to set the filters needed. > > There should be no need to do raw file I/O from inside the kernel in > the case you're describing.
Seconded. This may lead to more code, but it will ultimately be more extensible, maintainable, and robust. -- meem _______________________________________________ networking-discuss mailing list [email protected]
