Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.

This commit is contained in:
Munechika SUMIKAWA 2000-07-04 17:37:21 +00:00
parent ccf935dd81
commit d5015639d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62591
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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: