Jan Engelhardt: remove unneedd macro
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 struct ebt_u_match ip_match =
 {
-	.name		= EBT_IP_MATCH,
+	.name		= "ip",
 	.size		= sizeof(struct ebt_ip_info),
 	.help		= print_help,
 	.init		= init,