Document XBONEHACK option.
This commit is contained in:
parent
fac70739ff
commit
f57fc21c46
@ -485,6 +485,8 @@ device lmc # tulip based LanMedia WAN cards
|
||||
# The `gif' device implements IPv6 over IP4 tunneling,
|
||||
# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
|
||||
# IPv6 over IPv6 tunneling.
|
||||
# The XBONEHACK option allows the same pair of addresses to be configured on
|
||||
# multiple gif interfaces.
|
||||
# The `faith' device captures packets sent to it and diverts them
|
||||
# to the IPv4/IPv6 translation daemon.
|
||||
# The `stf' device implements 6to4 encapsulation.
|
||||
@ -521,6 +523,7 @@ options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
|
||||
|
||||
# for IPv6
|
||||
device gif 4 #IPv6 and IPv4 tunneling
|
||||
options XBONEHACK
|
||||
device faith 1 #for IPv6 and IPv4 translation
|
||||
device stf #6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
@ -2704,4 +2707,3 @@ options VFS_BIO_DEBUG
|
||||
options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
options XBONEHACK
|
||||
|
@ -485,6 +485,8 @@ device lmc # tulip based LanMedia WAN cards
|
||||
# The `gif' device implements IPv6 over IP4 tunneling,
|
||||
# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
|
||||
# IPv6 over IPv6 tunneling.
|
||||
# The XBONEHACK option allows the same pair of addresses to be configured on
|
||||
# multiple gif interfaces.
|
||||
# The `faith' device captures packets sent to it and diverts them
|
||||
# to the IPv4/IPv6 translation daemon.
|
||||
# The `stf' device implements 6to4 encapsulation.
|
||||
@ -521,6 +523,7 @@ options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
|
||||
|
||||
# for IPv6
|
||||
device gif 4 #IPv6 and IPv4 tunneling
|
||||
options XBONEHACK
|
||||
device faith 1 #for IPv6 and IPv4 translation
|
||||
device stf #6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
@ -2704,4 +2707,3 @@ options VFS_BIO_DEBUG
|
||||
options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
options XBONEHACK
|
||||
|
Loading…
Reference in New Issue
Block a user