mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.
This commit is contained in:
parent
ccf935dd81
commit
d5015639d8
2 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue