Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter: CIDR-based filtering support | Pablo Neira Ayuso | 2008-11-25 | 1 | -0/+88 |
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> |