summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.h
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2008-10-02 00:32:59 +0000
committercperciva <cperciva@FreeBSD.org>2008-10-02 00:32:59 +0000
commit678568e481a3fae7c641bf7fa9e8a100f417c803 (patch)
tree1fd570d319aaf51979955781b18f87d3fa93eeee /sys/netinet6/nd6.h
parent41bed7d06342a059bf166d2923dd9051694e36b3 (diff)
downloadFreeBSD-src-678568e481a3fae7c641bf7fa9e8a100f417c803.zip
FreeBSD-src-678568e481a3fae7c641bf7fa9e8a100f417c803.tar.gz
Default to ignoring potentially evil IPv6 Neighbor Solicitation
messages. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:10.nd6 Thanks to: jinmei, bz
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r--sys/netinet6/nd6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index f191d2d..4b4d6ec 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -339,6 +339,7 @@ extern struct llinfo_nd6 llinfo_nd6;
extern struct nd_drhead nd_defrouter;
extern struct nd_prhead nd_prefix;
extern int nd6_debug;
+extern int nd6_onlink_ns_rfc4861;
#define nd6log(x) do { if (V_nd6_debug) log x; } while (/*CONSTCOND*/ 0)
OpenPOWER on IntegriCloud