commit | 241150663e549b8cd57fb349054f98387b7e9eb9 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Oct 12 10:41:55 2006 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Oct 12 10:41:55 2006 +0000 |
tree | 46589a4966ea50744ffe54b997669b34c0fab66c | |
parent | 4546270f453878572cc94e04ec345fe7a6dbcf42 [diff] |
always show target
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 @@ 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)); }