diff options
-rw-r--r-- | ip6t_MAP66.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ip6t_MAP66.c b/ip6t_MAP66.c index b58a364..b6272c3 100644 --- a/ip6t_MAP66.c +++ b/ip6t_MAP66.c @@ -319,11 +319,13 @@ static struct xt_target MAP66_tg6_reg __read_mostly = { static int __init MAP66_tg6_init(void) { + pr_devel("MAP66: register\n"); return xt_register_target(&MAP66_tg6_reg); } static void __exit MAP66_tg6_exit(void) { + pr_devel("MAP66: unregister\n"); xt_unregister_target(&MAP66_tg6_reg); } |