summaryrefslogtreecommitdiffstats
path: root/src/conntrack/grp.c
Commit message (Collapse)AuthorAgeFilesLines
* groups: add attribute group APIPablo Neira Ayuso2008-10-301-0/+69
This new API allows you to set and get some logical set of attributes. This is not intended to replace the existing per-attribute get/set API but to provide more efficient way to get/set certain attributes. This change includes an example file (conntrack_grp_create.c) of the use of the attribute group API. See ATTR_GRP_* for more information on the existing groups. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>