summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions/ebt_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2/extensions/ebt_ip.c')
-rw-r--r--userspace/ebtables2/extensions/ebt_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_ip.c b/userspace/ebtables2/extensions/ebt_ip.c
index 4fac896..4e0b7f0 100644
--- a/userspace/ebtables2/extensions/ebt_ip.c
+++ b/userspace/ebtables2/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,