bugzilla-daemon@netfilter.org
2003-Mar-04 14:38 UTC
[Bug 60] New: Listing of --ctreplsrc/--ctrepldst conntrack match parameters broken
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=60 Summary: Listing of --ctreplsrc/--ctrepldst conntrack match parameters broken Product: iptables userspace Version: 1.2.7a Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: iptables AssignedTo: laforge@netfilter.org ReportedBy: lp@sernet.de CC: netfilter-buglog@lists.netfilter.org --- extensions/libipt_conntrack.c.orig Wed May 29 15:08:16 2002 +++ extensions/libipt_conntrack.c Tue Mar 4 15:35:41 2003 @@ -434,7 +434,7 @@ } if(sinfo->flags & IPT_CONNTRACK_REPLSRC) { - printf("%sctorigsrc ", optpfx); + printf("%sctreplsrc ", optpfx); print_addr( (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip, @@ -444,7 +444,7 @@ } if(sinfo->flags & IPT_CONNTRACK_REPLDST) { - printf("%sctorigdst ", optpfx); + printf("%sctrepldst ", optpfx); print_addr( (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip, ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.