Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conntrackd: add support for IPv6 kernel-space filtering via BSF | Pablo Neira Ayuso | 2009-07-21 | 1 | -0/+11 |
| | | | | | | | This patch adds the missing support to filter IPv6 from kernel-space by means of the BSF API that libnetfilter_conntrack provides. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | filter: CIDR-based filtering support | Pablo Neira Ayuso | 2008-11-25 | 1 | -0/+59 |
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> |