neigh: sort Neighbor Cache Entry Flags
authorJiri Pirko <jiri@resnulli.us>
Fri, 28 Nov 2014 13:34:13 +0000 (14:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Dec 2014 04:01:17 +0000 (20:01 -0800)
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>
include/uapi/linux/neighbour.h

index 4a1d7e9..2f043af 100644 (file)
@@ -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.