summaryrefslogtreecommitdiffstats
path: root/examples/nf-queue.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: put examples files into specific directoriesPablo Neira Ayuso2010-09-081-252/+0
| | | | | | | put examples files into specific directories according to the Netlink bus they work with. And minor update in the readme file Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* relax mnl_attr_type_valid() checkings and change errno valuePablo Neira Ayuso2010-05-091-4/+4
| | | | | | | | This patch relaxes strict attribute checkings in the example files. I have also changed the errno value, now it's EOPNOTSUPP instead of EINVAL. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* statify function in nf-queue.c examplePablo Neira Ayuso2010-05-041-1/+2
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* add nf-queue.c example file for nfnetlink_queuePablo Neira Ayuso2010-05-031-0/+251
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>