summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.h
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2008-06-11 06:30:37 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2008-06-11 06:30:37 +0000
commit6e2057037e5c43bc7b88c33b2fabad186bec204d (patch)
treef7fc445c32ef0a25287f75d454a176c2120691c1 /sys/netinet6/nd6.h
parente066d625d113d9f5ae8a7ec7deb270370b8cdadf (diff)
From KAME, allow adjustable limits on NDP entries and discovered routes.
ok mpf naddy
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r--sys/netinet6/nd6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index 38640429b3f..45d45054784 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nd6.h,v 1.25 2003/07/08 21:43:18 itojun Exp $ */
+/* $OpenBSD: nd6.h,v 1.26 2008/06/11 06:30:36 mcbride Exp $ */
/* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */
/*
@@ -56,6 +56,7 @@ struct llinfo_nd6 {
struct timeout ln_timer_ch;
};
+#define ND6_LLINFO_PURGE -3
#define ND6_LLINFO_NOSTATE -2
/*
* We don't need the WAITDELETE state any more, but we keep the definition