diff options
| author | Jiri Pirko <jiri@resnulli.us> | 2014-11-28 08:34:13 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-12-02 23:01:17 -0500 |
| commit | b7485f6b035a87685ce35e0e52deee6467811eb0 (patch) | |
| tree | a38ea045f8ee61f1d928930abcb5d19969df0111 /include/uapi/linux | |
| parent | 020ec6ba2a0c4c1e147c506a0970b58a90d1146b (diff) | |
neigh: sort Neighbor Cache Entry Flags
Suggested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/neighbour.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/uapi/linux/neighbour.h b/include/uapi/linux/neighbour.h index 4a1d7e96dfe3..2f043af7fcd6 100644 --- a/include/uapi/linux/neighbour.h +++ b/include/uapi/linux/neighbour.h | |||
| @@ -35,11 +35,10 @@ enum { | |||
| 35 | */ | 35 | */ |
| 36 | 36 | ||
| 37 | #define NTF_USE 0x01 | 37 | #define NTF_USE 0x01 |
| 38 | #define NTF_PROXY 0x08 /* == ATF_PUBL */ | ||
| 39 | #define NTF_ROUTER 0x80 | ||
| 40 | |||
| 41 | #define NTF_SELF 0x02 | 38 | #define NTF_SELF 0x02 |
| 42 | #define NTF_MASTER 0x04 | 39 | #define NTF_MASTER 0x04 |
| 40 | #define NTF_PROXY 0x08 /* == ATF_PUBL */ | ||
| 41 | #define NTF_ROUTER 0x80 | ||
| 43 | 42 | ||
| 44 | /* | 43 | /* |
| 45 | * Neighbor Cache Entry States. | 44 | * Neighbor Cache Entry States. |
