diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2015-10-27 22:39:55 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-11-01 17:18:16 (GMT) |
commit | 5f044aca765fa6620b389b50deee9cf49c1efe35 (patch) | |
tree | f400911b3713d5a564398ed0cef5d15836475b9a /include | |
parent | 493bbd13e6d96c61e844dd1c04aa7218d0b7da08 (diff) | |
download | libnl-5f044aca765fa6620b389b50deee9cf49c1efe35.zip libnl-5f044aca765fa6620b389b50deee9cf49c1efe35.tar.gz libnl-5f044aca765fa6620b389b50deee9cf49c1efe35.tar.bz2 |
neigh: add support for NTF_SELF
http://lists.infradead.org/pipermail/libnl/2015-October/001995.html
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux-private/linux/neighbour.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux-private/linux/neighbour.h b/include/linux-private/linux/neighbour.h index c261b3c..969f352 100644 --- a/include/linux-private/linux/neighbour.h +++ b/include/linux-private/linux/neighbour.h @@ -31,6 +31,8 @@ enum { */ #define NTF_USE 0x01 +#define NTF_SELF 0x02 +#define NTF_MASTER 0x04 #define NTF_PROXY 0x08 /* == ATF_PUBL */ #define NTF_ROUTER 0x80 |