|
@@ -598,7 +598,7 @@ static int __init ip6_queue_init(void)
|
|
#ifdef CONFIG_SYSCTL
|
|
#ifdef CONFIG_SYSCTL
|
|
ipq_sysctl_header = register_sysctl_paths(net_ipv6_ctl_path, ipq_table);
|
|
ipq_sysctl_header = register_sysctl_paths(net_ipv6_ctl_path, ipq_table);
|
|
#endif
|
|
#endif
|
|
- status = nf_register_queue_handler(PF_INET6, &nfqh);
|
|
|
|
|
|
+ status = nf_register_queue_handler(NFPROTO_IPV6, &nfqh);
|
|
if (status < 0) {
|
|
if (status < 0) {
|
|
printk(KERN_ERR "ip6_queue: failed to register queue handler\n");
|
|
printk(KERN_ERR "ip6_queue: failed to register queue handler\n");
|
|
goto cleanup_sysctl;
|
|
goto cleanup_sysctl;
|