aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorAna Kukec <anchie@FreeBSD.org>2010-08-19 11:31:03 +0000
committerAna Kukec <anchie@FreeBSD.org>2010-08-19 11:31:03 +0000
commit1db8d1f8433157f6579fa297b1959d67540782b4 (patch)
treef2b6c6d34ce5b086e7277b0987add39e98fc6aad /sys/modules/Makefile
parent35efcc8b69e2e7665a9f8bfcd2564ea94bfef9f8 (diff)
downloadsrc-1db8d1f8433157f6579fa297b1959d67540782b4.tar.gz
src-1db8d1f8433157f6579fa297b1959d67540782b4.zip
MFp4: anchie_soc2009 branch:
Add kernel side support for Secure Neighbor Discovery (SeND), RFC 3971. The implementation consists of a kernel module that gets packets from the nd6 code, sends them to user space on a dedicated socket and reinjects them back for further processing. Hooks are used from nd6 code paths to divert relevant packets to the send implementation for processing in user space. The hooks are only triggered if the send module is loaded. In case no user space application is connected to the send socket, processing continues normaly as if the module would not be loaded. Unloading the module is not possible at this time due to missing nd6 locking. The native SeND socket is similar to a raw IPv6 socket but with its own, internal pseudo-protocol. Approved by: bz (mentor)
Notes
Notes: svn path=/head/; revision=211501
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 8d8b394fcba9..200d81476c50 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -257,6 +257,7 @@ SUBDIR= ${_3dfx} \
${_scsi_low} \
sdhci \
sem \
+ send \
sf \
sge \
siba_bwn \