summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_NFQUEUE.t
Commit message (Collapse)AuthorAgeFilesLines
* tests: *.t: Fix expected output for simple callsPhil Sutter2022-10-261-1/+1
| | | | | | | These minimal extension uses print in more detailed form. Track this, the output is desired. Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: NFQUEUE: Document queue-balance limitationPhil Sutter2022-10-261-3/+2
| | | | | | | | | | | The range is not communicated as "min and max queue number", but "first queue number and count" instead. With 16bits for each value, it is not possible to balance between all 65536 possible queues. Although probably never used in practice, point this detail out in man page and make the parser complain instead of the cryptic "xt_NFQUEUE: number of total queues is 0" emitted by the kernel module. Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: libxt_NFQUEUE: Add missing testsShivani Bhardwaj2016-04-291-0/+4
| | | | | | | Add missing tests for NFQUEUE. Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
* extensions: libxt_NFQUEUE: add unit testPablo Neira Ayuso2013-10-071-0/+12
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>