From f7a8391a0daf8427e675ea097b00dd9343773a4e Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 4 Mar 2003 14:50:50 +0000 Subject: fix listing of conntrack match (lp@sernet.se) (Closes: #60) --- extensions/libipt_conntrack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libipt_conntrack.c b/extensions/libipt_conntrack.c index 0cf0765..3f322d0 100644 --- a/extensions/libipt_conntrack.c +++ b/extensions/libipt_conntrack.c @@ -434,7 +434,7 @@ matchinfo_print(const struct ipt_ip *ip, const struct ipt_entry_match *match, in } 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 @@ matchinfo_print(const struct ipt_ip *ip, const struct ipt_entry_match *match, in } 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, -- cgit v1.2.3