]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv4/fib_frontend.c
[NETLINK]: Add "groups" argument to netlink_kernel_create
[karo-tx-linux.git] / net / ipv4 / fib_frontend.c
index d4e7b578a25dc7dc4b2843c2e7c13052f841cb74..4e1379f712696e82be169fd4b69dde6456cee855 100644 (file)
@@ -566,7 +566,7 @@ static void nl_fib_input(struct sock *sk, int len)
 
 static void nl_fib_lookup_init(void)
 {
-      netlink_kernel_create(NETLINK_FIB_LOOKUP, nl_fib_input, THIS_MODULE);
+      netlink_kernel_create(NETLINK_FIB_LOOKUP, 0, nl_fib_input, THIS_MODULE);
 }
 
 static void fib_disable_ip(struct net_device *dev, int force)