summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-26 22:13:21 +0000
committerjkh <jkh@FreeBSD.org>2000-02-26 22:13:21 +0000
commitdd779457c8fce765141114f5f9e6bf0ae76979ea (patch)
treed280ed0ba4f09a0b615ca5eedc86c832e237f5d3
parentc15b8bedee6972272b7661a4346af8d9bb1ac326 (diff)
downloadFreeBSD-src-dd779457c8fce765141114f5f9e6bf0ae76979ea.zip
FreeBSD-src-dd779457c8fce765141114f5f9e6bf0ae76979ea.tar.gz
Enable IPv6 options
-rw-r--r--sys/alpha/conf/GENERIC4
-rw-r--r--sys/alpha/conf/NOTES4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 6ff6dde..17ca352 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -42,6 +42,7 @@ options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
options DEC_1000A # AlphaServer 1000, 1000A, 800
options INET #InterNETworking
+options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
@@ -138,6 +139,9 @@ pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
+# for IPv6
+pseudo-device gif 4 #IPv6 and IPv4 tunneling
+pseudo-device faith 1 #for IPv6 and IPv4 translation
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 6ff6dde..17ca352 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -42,6 +42,7 @@ options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
options DEC_1000A # AlphaServer 1000, 1000A, 800
options INET #InterNETworking
+options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
@@ -138,6 +139,9 @@ pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
+# for IPv6
+pseudo-device gif 4 #IPv6 and IPv4 tunneling
+pseudo-device faith 1 #for IPv6 and IPv4 translation
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
OpenPOWER on IntegriCloud