Skip to content

Commit

Permalink
neigh: sort Neighbor Cache Entry Flags
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Dec 3, 2014
1 parent 020ec6b commit b7485f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/uapi/linux/neighbour.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ enum {
*/

#define NTF_USE 0x01
#define NTF_PROXY 0x08 /* == ATF_PUBL */
#define NTF_ROUTER 0x80

#define NTF_SELF 0x02
#define NTF_MASTER 0x04
#define NTF_PROXY 0x08 /* == ATF_PUBL */
#define NTF_ROUTER 0x80

/*
* Neighbor Cache Entry States.
Expand Down

0 comments on commit b7485f6

Please sign in to comment.