Hi, The following patch is currently needed for 2.6.14-rc3 (for SDP and AT).
I placed this in gen2/trunk/src/linux-kernel/patches/linux-2.6.14-rc3-fib-frontend.diff -- Hal ipv4/fib_frontend.c: (Re)export ip_dev_find for 2.6.14 This was removed at 2.6.14 as part of a general cleanup as noone outside of IP currently is using this (but SDP and AT currently do) Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -661,4 +661,5 @@ void __init ip_fib_init(void) } EXPORT_SYMBOL(inet_addr_type); +EXPORT_SYMBOL(ip_dev_find); EXPORT_SYMBOL(ip_rt_ioctl); _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
