diff options
Diffstat (limited to 'include/linux/neighbour.h')
-rw-r--r-- | include/linux/neighbour.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h index b188f68a08c9..275e5d65dcb2 100644 --- a/include/linux/neighbour.h +++ b/include/linux/neighbour.h | |||
@@ -33,6 +33,9 @@ enum { | |||
33 | #define NTF_PROXY 0x08 /* == ATF_PUBL */ | 33 | #define NTF_PROXY 0x08 /* == ATF_PUBL */ |
34 | #define NTF_ROUTER 0x80 | 34 | #define NTF_ROUTER 0x80 |
35 | 35 | ||
36 | #define NTF_SELF 0x02 | ||
37 | #define NTF_MASTER 0x04 | ||
38 | |||
36 | /* | 39 | /* |
37 | * Neighbor Cache Entry States. | 40 | * Neighbor Cache Entry States. |
38 | */ | 41 | */ |