From d0ae04e7ee969882f6558f2ef8bca89a2d226e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20Pre=C3=9Fler?= 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 0cf07654..3f322d01 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