mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[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>
This commit is contained in:
parent
6e61d04f2d
commit
a1e8733e55
1 changed files with 1 additions and 0 deletions
|
@ -666,3 +666,4 @@ void __init ip_fib_init(void)
|
|||
}
|
||||
|
||||
EXPORT_SYMBOL(inet_addr_type);
|
||||
EXPORT_SYMBOL(ip_dev_find);
|
||||
|
|
Loading…
Reference in a new issue