adnan kamili
adnan kamili

Reputation: 9455

There is no NF_REJECT verdict in libnetfilter_queue

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

Answers (1)

arandom
arandom

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

Related Questions