dhcpoptinj icon indicating copy to clipboard operation
dhcpoptinj copied to clipboard

Find a replacement to the deprecated libnetfilter_queue API

Open misje opened this issue 7 years ago • 3 comments
trafficstars

The current API appears to be deprecated. What can be used instead? I imagine a new API is aimed to work with nftables.

misje avatar Feb 25 '18 13:02 misje

According to this e-mail replacement APIs are listed in

misje avatar Mar 22 '19 18:03 misje

Maybe this example is helpful in replacing the API.

misje avatar Mar 24 '19 11:03 misje

See also https://netfilter.vger.kernel.narkive.com/fcISKRoK/nf-queue-c-as-an-example-of-libnetfilter-queue

(I have no idea what this repo is or does (!!) - I found this issue page amongst some other google search results while deep-diving doing some figuring-out of my own.) [Edit: Ah, a neat idea, and a cool use of netfilter too.]

i336 avatar Aug 26 '19 05:08 i336