diff options
author | Sean Hefty <sean.hefty@intel.com> | 2006-06-17 20:37:28 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-06-17 20:37:28 -0700 |
commit | a1e8733e557bb390e13aa00ef044a6022c8d0bb2 (patch) | |
tree | 52f2d60bc33d19806ce0522c62d84fba33d80691 /net | |
parent | 6e61d04f2d8c7ac4f67e1f498ed2a2a3ad8edaa3 (diff) |
[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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/fib_frontend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index cdde9639096..31387abf53a 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -666,3 +666,4 @@ void __init ip_fib_init(void) } EXPORT_SYMBOL(inet_addr_type); +EXPORT_SYMBOL(ip_dev_find); |