Commit a1e8733e authored by Sean Hefty's avatar Sean Hefty Committed by Roland Dreier

[NET]: Export ip_dev_find()

Export ip_dev_find() to allow locating a net_device given an IP address.
Signed-off-by: default avatarSean Hefty <sean.hefty@intel.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 6e61d04f
......@@ -666,3 +666,4 @@ void __init ip_fib_init(void)
}
EXPORT_SYMBOL(inet_addr_type);
EXPORT_SYMBOL(ip_dev_find);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment