X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Frtnetlink.c;h=9bed7569ce3f30b7f13f522f973aa45e73a2840f;hb=f35279d3f713e5c97b98cbdbf47d98f79942c11f;hp=5f3f95b5585d95fca1a8d05c0a551606475ec3b6;hpb=ac6d439d2097b72ea0cbc2322ce1263a38bc1fd0;p=linux-2.6 diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 5f3f95b558..9bed7569ce 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c @@ -708,7 +708,8 @@ void __init rtnetlink_init(void) if (!rta_buf) panic("rtnetlink_init: cannot allocate rta_buf\n"); - rtnl = netlink_kernel_create(NETLINK_ROUTE, rtnetlink_rcv, THIS_MODULE); + rtnl = netlink_kernel_create(NETLINK_ROUTE, RTNLGRP_MAX, rtnetlink_rcv, + THIS_MODULE); if (rtnl == NULL) panic("rtnetlink_init: cannot initialize rtnetlink\n"); netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV);