Skip to content

Commit

Permalink
[NET]: Export ip_dev_find()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sean Hefty authored and Roland Dreier committed Jun 18, 2006
1 parent 6e61d04 commit a1e8733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/fib_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,3 +666,4 @@ void __init ip_fib_init(void)
}

EXPORT_SYMBOL(inet_addr_type);
EXPORT_SYMBOL(ip_dev_find);

0 comments on commit a1e8733

Please sign in to comment.