neigh: sort Neighbor Cache Entry Flags
[deliverable/linux.git] / include / uapi / linux / neighbour.h
index 4a1d7e96dfe3d7ccf8669428a943ed53af37828e..2f043af7fcd69dbe8b3a3941d618638c24bef26e 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.
This page took 0.027646 seconds and 5 git commands to generate.