]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/neighbour.h
[NEIGH]: Add a comment describing what a NUD stands for.
[net-next-2.6.git] / include / net / neighbour.h
index 09f9fc60a779dab88dbfa5b819aa07bdd824d90e..a0d42a54cfb282a0ff72e20ca450d57ef3d6f8ec 100644 (file)
 #include <linux/sysctl.h>
 #include <net/rtnetlink.h>
 
+/*
+ * NUD stands for "neighbor unreachability detection"
+ */
+
 #define NUD_IN_TIMER   (NUD_INCOMPLETE|NUD_REACHABLE|NUD_DELAY|NUD_PROBE)
 #define NUD_VALID      (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
 #define NUD_CONNECTED  (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)