summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_ip.c')
-rw-r--r--extensions/ebt_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_ip.c b/extensions/ebt_ip.c
index 4fac896..4e0b7f0 100644
--- a/extensions/ebt_ip.c
+++ b/extensions/ebt_ip.c
@@ -327,7 +327,7 @@ static int compare(const struct ebt_entry_match *m1,
static struct ebt_u_match ip_match =
{
- .name = EBT_IP_MATCH,
+ .name = "ip",
.size = sizeof(struct ebt_ip_info),
.help = print_help,
.init = init,