summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2000-07-04 17:37:21 +0000
committersumikawa <sumikawa@FreeBSD.org>2000-07-04 17:37:21 +0000
commit4fb63a4edeb244ad42e4eddbe5d806b87dad21a5 (patch)
tree5eff587d2661d1427ed991ba692d5a08de02c3bd /sys/conf
parent7801c6efb5fc5f11d88ddfc1499a45c945877dad (diff)
downloadFreeBSD-src-4fb63a4edeb244ad42e4eddbe5d806b87dad21a5.zip
FreeBSD-src-4fb63a4edeb244ad42e4eddbe5d806b87dad21a5.tar.gz
Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9bab666..68eca5f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -453,6 +453,7 @@ device lmc # tulip based LanMedia WAN cards
# IPv6 over IPv6 tunneling.
# The `faith' device captures packets sent to it and diverts them
# to the IPv4/IPv6 translation daemon.
+# The `stf' device implements 6to4 encapsulation.
# The `ef' device provides support for multiple ethernet frame types
# specified via ETHER_* options. See ef(4) for details.
#
@@ -486,6 +487,7 @@ options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
# for IPv6
device gif 4 #IPv6 and IPv4 tunneling
device faith 1 #for IPv6 and IPv4 translation
+device stf #6to4 IPv6 over IPv4 encapsulation
#
# Internet family options:
OpenPOWER on IntegriCloud