summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ip6.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_ip6.c')
-rw-r--r--extensions/ebt_ip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_ip6.c b/extensions/ebt_ip6.c
index 0465e77..7e65d76 100644
--- a/extensions/ebt_ip6.c
+++ b/extensions/ebt_ip6.c
@@ -556,7 +556,7 @@ static struct ebt_u_match ip6_match =
.extra_ops = opts,
};
-void _init(void)
+void _ip6_init(void)
{
ebt_register_match(&ip6_match);
}