summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_mark.c')
-rw-r--r--extensions/ebt_mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_mark.c b/extensions/ebt_mark.c
index a924ceb..5776b1c 100644
--- a/extensions/ebt_mark.c
+++ b/extensions/ebt_mark.c
@@ -161,7 +161,7 @@ static int compare(const struct ebt_entry_target *t1,
static struct ebt_u_target mark_target =
{
- .name = EBT_MARK_TARGET,
+ .name = "mark",
.size = sizeof(struct ebt_mark_t_info),
.help = print_help,
.init = init,