Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-25 | filter: CIDR-based filtering support | Pablo Neira Ayuso | |
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> |