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>
This commit is contained in:
parent
020ec6ba2a
commit
b7485f6b03
1 changed files with 2 additions and 3 deletions
|
@ -35,11 +35,10 @@ enum {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define NTF_USE 0x01
|
#define NTF_USE 0x01
|
||||||
#define NTF_PROXY 0x08 /* == ATF_PUBL */
|
|
||||||
#define NTF_ROUTER 0x80
|
|
||||||
|
|
||||||
#define NTF_SELF 0x02
|
#define NTF_SELF 0x02
|
||||||
#define NTF_MASTER 0x04
|
#define NTF_MASTER 0x04
|
||||||
|
#define NTF_PROXY 0x08 /* == ATF_PUBL */
|
||||||
|
#define NTF_ROUTER 0x80
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Neighbor Cache Entry States.
|
* Neighbor Cache Entry States.
|
||||||
|
|
Loading…
Add table
Reference in a new issue