aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/neighbour.h
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@aristanetworks.com>2009-03-04 00:03:08 -0800
committerDavid S. Miller <davem@davemloft.net>2009-03-04 00:03:08 -0800
commit0c5c2d3089068d4aa378f7a40d2b5ad9d4f52ce8 (patch)
tree8c7e6c54410e5730f26ea4bc634ae5c1ef47da8b /include/linux/neighbour.h
parentqlge: Add support for lost firmware events. (diff)
downloadlinux-dev-0c5c2d3089068d4aa378f7a40d2b5ad9d4f52ce8.tar.xz
linux-dev-0c5c2d3089068d4aa378f7a40d2b5ad9d4f52ce8.zip
neigh: Allow for user space users of the neighbour table
Currently it is possible to do just about everything with the arp table from user space except treat an entry like you are using it. To that end implement and a flag NTF_USE that when set in a netwlink update request treats the neighbour table entry like the kernel does on the output path. This allows user space applications to share the kernel's arp cache. Signed-off-by: Eric Biederman <ebiederm@aristanetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/neighbour.h')
-rw-r--r--include/linux/neighbour.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h
index 8730d5dae1bc..12c9de138451 100644
--- a/include/linux/neighbour.h
+++ b/include/linux/neighbour.h
@@ -31,6 +31,7 @@ enum
* Neighbor Cache Entry Flags
*/
+#define NTF_USE 0x01
#define NTF_PROXY 0x08 /* == ATF_PUBL */
#define NTF_ROUTER 0x80