search for: nfnetlink_conntrack

Displaying 6 results from an estimated 6 matches for "nfnetlink_conntrack".

2003 Feb 08
0
[Bug 46] New: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=46 Summary: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure: Product: netfilter/iptables Version: patch-o-matic Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: blocker Priority: P2 Component: connection tracking...
2003 Feb 08
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...e_ reason, the error messages and sysmap reporting looks the same. ..I first 'make modules', then 'make modules_install' and finish off with 'make install'. .._is_ the root cause here?: head -n 70 \ /usr/src/linux-2.4.18-24.8.0/include/linux/nfnetlink_conntrack.h \ | tail-n 15 }; #endif /* CONFIG_IP_NF_NAT_NEEDED */ struct cta_proto { unsigned char num_proto; /* Protocol number IPPROTO_X */ union ip_conntrack_proto proto; }; struct cta_help { struct ip_conntrack_tuple tuple...
2003 Feb 14
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...Added ---------------------------------------------------------------------------- Severity|blocker |trivial ------- Additional Comments From laforge@netfilter.org 2003-02-14 09:27 ------- #include <linux/netfilter_ipv4/ip_conntrack.h> should be included by nfnetlink_conntrack.h... but for some reason (I think too complex makefile dependencies) I didn't put that line in. ip_conntrack.h contains the definitions foer ip_conntrack_proto and ip_conntrack_help. This is absolutely no 'blocker' severity. It is a minor issue with some experimental code used by alm...
2003 Feb 08
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=46 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From laforge@netfilter.org 2003-02-08 13:06 ------- what compiler are you
2007 Jul 31
0
[ANNOUNCE] libnfnetlink release 0.0.30
Hi! The netfilter project proudly presents libnfnetlink 0.0.30 libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. You can download it from: http://www.netfilter.org/projects/libnfnetlink/downloads.html Pablo (on behalf of the Netfilter Project) -- "Ser? preciso viajar a trav?s de los ojos de los idiotas" -- Poeta en Nueva York --...
2013 Mar 04
0
[ANNOUNCE] libnetfilter_conntrack 1.0.3 release
Hi! The Netfilter project proudly presents: libnetfilter_conntrack 1.0.3 libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. The library libnetfilter_conntrack has been previously known as libnfnetlink_conntrack and libctnetlink. See ChangeLog that comes attached to this email for more details. You can download it from: http://www.netfilter.org/projects/libnetfilter_conntrack/downloads.html ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/ Have fun! -------------- next part -------------- Florian Wes...