summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rtadvd/config.h')
-rw-r--r--usr.sbin/rtadvd/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/config.h b/usr.sbin/rtadvd/config.h
index fa63c115cfe..53b97bc3406 100644
--- a/usr.sbin/rtadvd/config.h
+++ b/usr.sbin/rtadvd/config.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.h,v 1.6 2003/06/18 02:26:58 itojun Exp $ */
+/* $OpenBSD: config.h,v 1.7 2012/07/08 10:46:00 phessler Exp $ */
/* $KAME: config.h,v 1.3 2000/05/16 13:34:13 itojun Exp $ */
/*
@@ -38,7 +38,9 @@ extern void get_prefix __P((struct rainfo *));
/*
- * it is highly unlikely to have 100 prefix information options,
+ * it is highly unlikely to have 100 prefix, rdnss or dnssl information options,
* so it should be okay to limit it
*/
#define MAXPREFIX 100
+#define MAXRDNSS 100
+#define MAXDNSSL 100