On Tue, Jan 18, 2022 at 02:11:43AM +0100, Pablo Neira Ayuso wrote: > > We should untagged as deprecated libnetfilter_queue old interface in > the documentation, it's fine to keep it there, it should be possible > to make it work over libmnl. > Agreed. The question is, what to do instead. We need *some* form of tagging to show whih are old interface and which are new interface functions. You write a program using either old or new: they don't mix. It's an early design decision which to use so we need to make it as clear as we can. Perhaps tag every module as NEW or OLD, with an explanation near the top of the Main page as to what is the difference. Ideally would have libnetfilter_queue.7 man page as well. Suggestions welcome, Cheers ... Duncan.