summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_arpreply.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_arpreply.c')
-rw-r--r--extensions/ebt_arpreply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c
index 32e50b4..0b81b1c 100644
--- a/extensions/ebt_arpreply.c
+++ b/extensions/ebt_arpreply.c
@@ -122,7 +122,7 @@ static int compare(const struct ebt_entry_target *t1,
static struct ebt_u_target arpreply_target =
{
- .name = EBT_ARPREPLY_TARGET,
+ .name = "arpreply",
.size = sizeof(struct ebt_arpreply_info),
.help = print_help,
.init = init,