commit | a1e8733e557bb390e13aa00ef044a6022c8d0bb2 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Sat Jun 17 20:37:28 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sat Jun 17 20:37:28 2006 -0700 |
tree | 52f2d60bc33d19806ce0522c62d84fba33d80691 | |
parent | 6e61d04f2d8c7ac4f67e1f498ed2a2a3ad8edaa3 [diff] [blame] |
[NET]: Export ip_dev_find() 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>
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index cdde963..31387ab 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c
@@ -666,3 +666,4 @@ } EXPORT_SYMBOL(inet_addr_type); +EXPORT_SYMBOL(ip_dev_find);