Reputation: 9455
libnetfilter_queue seems to support only two verdicts: NF_ACCEPT and NF_DROP . Is there any work around for NF_REJECT.
Upvotes: 1
Views: 435
Reputation: 31
I think you can use NF_Drop. It should provide the functionality you are looking for.
http://netfilter.org/projects/libnetfilter_queue/doxygen/group__Queue.html
Upvotes: 3