summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-04-15 09:35:50 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-04-15 09:35:50 +0000
commit761c248e556d52953668b225c2ed13a19cb879ba (patch)
tree590cd84c128a3a2bb3425b2143c954207b6984eb /iptables.c
parente7d31fc6ad8c232174e8bd0346405784ef6c801a (diff)
poll goto specific changes out of trunk
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/iptables.c b/iptables.c
index cfea34f..27c5cfa 100644
--- a/iptables.c
+++ b/iptables.c
@@ -1393,9 +1393,6 @@ print_firewall(const struct ipt_entry *fw,
if (format & FMT_NOTABLE)
fputs(" ", stdout);
- if(fw->ip.flags & IPT_F_GOTO)
- printf("[goto] ");
-
IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC);
if (target) {