diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-08 10:09:01 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-08 10:09:01 +0000 |
| commit | f57fc21c461f5c7716559220ce77167af82d4ad4 (patch) | |
| tree | 1ca16a30eff316647a35739be639df3f9d4d5bfb | |
| parent | fac70739ffc0637398868bc2cbb6bd9e5a2ad87e (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 926850969d92..9f09685f2834 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 926850969d92..9f09685f2834 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 |
