bugzilla-daemon at netfilter.org
2013-May-23 20:05 UTC
[Bug 548] wrong result with conntrack_create, expect_create
https://bugzilla.netfilter.org/show_bug.cgi?id=548 Phil Oester <netfilter at linuxace.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |netfilter at linuxace.com Resolution| |INVALID --- Comment #2 from Phil Oester <netfilter at linuxace.com> 2013-05-23 22:05:35 CEST --- Pablo added a comment (see https://git.netfilter.org/libnetfilter_conntrack/commit/?id=d073c52600a052db2822b4f284a0b2c546ec1ea4): +/* + * WARNING: This test file creates an expectation for the FTP helper. + * Therefore, make sure you have load nf_conntrack_ftp before executing it. + */ And the test works properly if the directions are followed: ./conntrack_create TEST: create conntrack (OK) ./conntrack_get ipv4 2 tcp 6 98 SYN_SENT src=1.1.1.1 dst=2.2.2.2 sport=20 dport=10 [UNREPLIED] src=2.2.2.2 dst=1.1.1.1 sport=10 dport=20 mark=0 use=2 TEST: get conntrack (OK) Closing - not a bug. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.