summaryrefslogtreecommitdiffstats
path: root/include/vector.h
Commit message (Collapse)AuthorAgeFilesLines
* filter: CIDR-based filtering supportPablo Neira Ayuso2008-11-251-0/+13
This patch adds CIDR-based filtering support. The current implementation is O(n). This patch also introduces the vector data type which is used to store the IP address and the network mask. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>