Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78761
b: refs/heads/master
c: 3997155
h: refs/heads/master
i:
  78759: 267db22
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jan 28, 2008
1 parent db1101b commit 6183462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9993e7d313e80bdc005d09c7def91903e0068f07
refs/heads/master: 39971554d3469b48154f34257ad4a35081b7ee40
4 changes: 4 additions & 0 deletions trunk/include/net/neighbour.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
#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)
Expand Down

0 comments on commit 6183462

Please sign in to comment.