summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_mark.c
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
commit27fe5d8ddc54c63db50082bdde3cf536806effbc (patch)
tree34217e617977772d9256ffb11f3eb71c5469b386 /userspace/ebtables2/extensions/ebt_mark.c
parent4962f2100dc55e083cfc372b98b7388bbd058a21 (diff)
always show target
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_mark.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_mark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/userspace/ebtables2/extensions/ebt_mark.c b/userspace/ebtables2/extensions/ebt_mark.c
index e773def..3145c53 100644
--- a/userspace/ebtables2/extensions/ebt_mark.c
+++ b/userspace/ebtables2/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));
}