-
Please test this patch:
http://hg.debian.org/hg/collab-maint/l7-filter-userspace/raw-file/tip/debian/patches/netfilter-conntrack-0.100.diff.
2009-11-11 00:27:28 UTC by ubanus
-
Support the L7-Filter with the new 2.6.31 kernel version.
It should also included in xen-able kernel.
2009-09-10 20:38:17 UTC by nobody
-
l7-filter-userspace-0.11 fails to compile with libnetfilter_conntrack-0.0.100 due to API changes.
Build log is attached.
2009-08-08 14:09:30 UTC by bircoph
-
quadong changed the 2.22 file release.
2009-07-13 22:56:52 UTC by quadong
-
quadong added the netfilter-layer7-v2.22.tar.gz file.
2009-07-13 22:56:38 UTC by quadong
-
quadong changed the 2.22 file release.
2009-07-13 22:56:34 UTC by quadong
-
quadong created the 2.22 file release.
2009-07-13 22:56:15 UTC by quadong
-
Solution:
Replace all occurrences of exit_error() with xtables_error() in
libxt_layer7.c.
2009-07-10 08:55:26 UTC by nobody
-
Solution:
Replace all occurrences of exit_error() with xtables_error() in libxt_layer7.c.
2009-07-06 12:33:56 UTC by cilly
-
I've encountered the same issue. The problem is (partially?) due to get_l7_connection() function in l7-conntrack-orig.cpp in which the [ operator instantiates a new map item even if the key is not already present.
After applying the following patch the memory consumption increases much slower.
Before patch it takes 15 minutes to reach 100M on my busy test firewall.
After the patch it takes 1hour...
2009-06-20 12:51:04 UTC by mussiado