summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-11-08 10:09:01 +0000
committerasmodai <asmodai@FreeBSD.org>2000-11-08 10:09:01 +0000
commit9258628e9e17bf87de335422352c914df29ccea6 (patch)
tree1ed257fa85aa77e8d3833e1709dfeb32b94a9b20 /sys
parent8bd8e87bf9d570a5ca673c1979839fe606c9cb5f (diff)
downloadFreeBSD-src-9258628e9e17bf87de335422352c914df29ccea6.zip
FreeBSD-src-9258628e9e17bf87de335422352c914df29ccea6.tar.gz
Document XBONEHACK option.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9268509..9f09685 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9268509..9f09685 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud