summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-10-12 10:41:55 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-10-12 10:41:55 +0000
commit241150663e549b8cd57fb349054f98387b7e9eb9 (patch)
tree46589a4966ea50744ffe54b997669b34c0fab66c /extensions
parent4546270f453878572cc94e04ec345fe7a6dbcf42 (diff)
always show target
Diffstat (limited to 'extensions')
-rw-r--r--extensions/ebt_mark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/ebt_mark.c b/extensions/ebt_mark.c
index e773def..3145c53 100644
--- a/extensions/ebt_mark.c
+++ b/extensions/ebt_mark.c
@@ -144,8 +144,6 @@ static void print(const struct ebt_u_entry *entry,
ebt_print_error("oops, unknown mark action, try a later version of ebtables");
printf(" 0x%lx", markinfo->mark);
tmp = markinfo->target | -16;
- if (tmp == EBT_ACCEPT)
- return;
printf(" --mark-target %s", TARGET_NAME(tmp));
}