lkml.org 
[lkml]   [2010]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH v1 11/12] ipv4: Export arp_bind_neighbour() symbol to GPL modules
From
Date
The netoops driver would like to use this function to do do ARP resolution when
being configured with an IPV4 address.

Signed-off-by: Mike Waychison <mikew@google.com>
---
TODO: Is this really the right interface to get an L2 address?
---
net/ipv4/arp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c
index 96c1955..97b488c 100644
--- a/net/ipv4/arp.c
+++ b/net/ipv4/arp.c
@@ -528,6 +528,7 @@ int arp_bind_neighbour(struct dst_entry *dst)
}
return 0;
}
+EXPORT_SYMBOL_GPL(arp_bind_neighbour);

/*
* Check if we can use proxy ARP for this path


\
 
 \ /
  Last update: 2010-11-03 02:33    [W:0.094 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site