summaryrefslogtreecommitdiffstats
path: root/examples/nft-set-del.c
Commit message (Collapse)AuthorAgeFilesLines
* src: rename existing functions to use the nftnl_ prefixPablo Neira Ayuso2015-09-071-7/+7
| | | | | | | | | So we can use the nft_* prefix anytime soon for our upcoming higher level library. After this patch, the nft_* symbols become an alias of the nftnl_* symbols. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* rename library to libnftnllibnftnl-1.0.0Pablo Neira Ayuso2014-01-201-1/+1
| | | | | | We plan to use this library name for the higher layer library. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: add arp supportPablo Neira Ayuso2013-07-181-4/+7
| | | | | | While at it, convert all examples to use NFPROTO_*. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* set: complete supportPablo Neira Ayuso2013-02-031-0/+93
Including examples. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>