[NET]: Export ip_dev_find()
authorSean Hefty <sean.hefty@intel.com>
Sun, 18 Jun 2006 03:37:28 +0000 (20:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 18 Jun 2006 03:37:28 +0000 (20:37 -0700)
Export ip_dev_find() to allow locating a net_device given an IP address.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
net/ipv4/fib_frontend.c

index cdde963..31387ab 100644 (file)
@@ -666,3 +666,4 @@ void __init ip_fib_init(void)
 }
 
 EXPORT_SYMBOL(inet_addr_type);
+EXPORT_SYMBOL(ip_dev_find);