summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-26 22:09:31 +0000
committerjkh <jkh@FreeBSD.org>2000-02-26 22:09:31 +0000
commitf64c01d0497f809fd47a71e27c893ed931faa423 (patch)
tree5636ea9b0b03394377e90fe63132eab84802dfd0
parent708c7f49eb76a27506ad477dfe0eab43e9cc2f2c (diff)
downloadFreeBSD-src-f64c01d0497f809fd47a71e27c893ed931faa423.zip
FreeBSD-src-f64c01d0497f809fd47a71e27c893ed931faa423.tar.gz
Enable IPv6 support by default.
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4802880..7f83ed6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -29,6 +29,7 @@ maxusers 32
options MATH_EMULATE #Support for x87 emulation
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
@@ -204,6 +205,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/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 4802880..7f83ed6 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -29,6 +29,7 @@ maxusers 32
options MATH_EMULATE #Support for x87 emulation
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
@@ -204,6 +205,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