]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/fib_frontend.c
[NETLINK]: fib_frontend build fixes
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 11 Oct 2007 04:32:39 +0000 (21:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 11 Oct 2007 04:32:39 +0000 (21:32 -0700)
commit28f7b0360f46eeb9eeee63d03bb5484918a54837
tree2d2fb593e5cc0a073596616e3588b3f964534f03
parent31910575a9de61e78065e93846e8e7a4894a18bf
[NETLINK]: fib_frontend build fixes

1) fibnl needs to be declared outside of config ifdefs,
   and also should not be explicitly initialized to NULL
2) nl_fib_input() args are wrong for netlink_kernel_create()
   input method

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c