瀏覽代碼

[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>
Sean Hefty 19 年之前
父節點
當前提交
a1e8733e55
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/ipv4/fib_frontend.c

+ 1 - 0
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);