Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7485f6b authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

neigh: sort Neighbor Cache Entry Flags

parent 020ec6ba
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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.