summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>1999-12-07 17:39:16 +0000
committershin <shin@FreeBSD.org>1999-12-07 17:39:16 +0000
commit70f0bdf6818a73c858bc47a23afc1e9d7c56d716 (patch)
tree446280db4239de7d7d9030c47d2c30515a265a54 /sys/i386
parent7bdf4b7db0db632bec3b1040d83cdfbdb35e59cd (diff)
downloadFreeBSD-src-70f0bdf6818a73c858bc47a23afc1e9d7c56d716.zip
FreeBSD-src-70f0bdf6818a73c858bc47a23afc1e9d7c56d716.tar.gz
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
packet divert at kernel for IPv6/IPv4 translater daemon This includes queue related patch submitted by jburkhol@home.com. Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT9
-rw-r--r--sys/i386/conf/NOTES9
2 files changed, 18 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index db2f541..8ec43fc 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -437,6 +437,11 @@ device mn0 # Munich32x/Falc54 Nx64kbit/sec cards.
# included for testing purposes.
# The `tun' pseudo-device implements (user-)ppp and nos-tun
# The `streams' pseudo-device implements SysVR4 STREAMS emulation.
+# The `gif' pseudo-device implements IPv6 over IP4 tunneling,
+# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
+# IPv6 over IPv6 tunneling.
+# The `faith' pseudo-device captures packets sent to it and diverts them
+# to the IPv4/IPv6 translation daemon.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
# packet compression, the PPP_DEFLATE is for zlib/gzip style compression.
@@ -459,6 +464,10 @@ options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER #enable bpf filtering (needs bpf)
+# for IPv6
+pseudo-device gif 4 #IPv6 and IPv4 tunneling
+pseudo-device faith 1 #for IPv6 and IPv4 translation
+
#
# Internet family options:
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index db2f541..8ec43fc 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -437,6 +437,11 @@ device mn0 # Munich32x/Falc54 Nx64kbit/sec cards.
# included for testing purposes.
# The `tun' pseudo-device implements (user-)ppp and nos-tun
# The `streams' pseudo-device implements SysVR4 STREAMS emulation.
+# The `gif' pseudo-device implements IPv6 over IP4 tunneling,
+# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
+# IPv6 over IPv6 tunneling.
+# The `faith' pseudo-device captures packets sent to it and diverts them
+# to the IPv4/IPv6 translation daemon.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
# packet compression, the PPP_DEFLATE is for zlib/gzip style compression.
@@ -459,6 +464,10 @@ options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER #enable bpf filtering (needs bpf)
+# for IPv6
+pseudo-device gif 4 #IPv6 and IPv4 tunneling
+pseudo-device faith 1 #for IPv6 and IPv4 translation
+
#
# Internet family options:
#
OpenPOWER on IntegriCloud