diff options
author | ume <ume@FreeBSD.org> | 2001-06-19 19:27:51 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-06-19 19:27:51 +0000 |
commit | ce5986e7e88ddfd3d3c7c6c406bc76906d5a4c03 (patch) | |
tree | 69737cab08c9d81f4ed281696a57a9deade6f868 /etc/defaults | |
parent | 79e3ccfb6fb0f878e1abe6b73852e74b2479c9a4 (diff) | |
download | FreeBSD-src-ce5986e7e88ddfd3d3c7c6c406bc76906d5a4c03.zip FreeBSD-src-ce5986e7e88ddfd3d3c7c6c406bc76906d5a4c03.tar.gz |
Add configuration for a FAITH IPv6-to-IPv4 TCP translator.
To use a FAITH actually, you also need faithd(8) setup.
Please consult faithd(8) manpage.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index e1be4ba..672765f 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -265,6 +265,9 @@ stf_interface_ipv4plen="0" # Prefix length for 6to4 IPv4 addr, stf_interface_ipv6_ifid="0:0:0:1" # IPv6 interface id for stf0. # If you like, you can set "AUTO" for this. stf_interface_ipv6_slaid="0000" # IPv6 Site Level Aggregator for stf0 +ipv6_faith_prefix="NO" # Set faith prefix to enable a FAITH + # IPv6-to-IPv4 TCP translator. You also need + # faithd(8) setup. ipv6_ipv4mapping="YES" # Leave empty to disable IPv4 mapped IPv6 addr # communication. (like ::ffff:a.b.c.d) ipv6_firewall_enable="NO" # Set to YES to enable IPv6 firewall |