Change the default setting of an IPv4-mapped IPv6 address to off.

Requested by:	many people
This commit is contained in:
Hajimu UMEMOTO 2002-07-25 15:44:01 +00:00
parent de9a18ceec
commit dcaecffe69
2 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ 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" # Set to "NO" to disable IPv4 mapped IPv6 addr
ipv6_ipv4mapping="NO" # Set to "YES" to enable IPv4 mapped IPv6 addr
# communication. (like ::ffff:a.b.c.d)
ipv6_firewall_enable="NO" # Set to YES to enable IPv6 firewall
# functionality

View File

@ -288,7 +288,7 @@ int ip6_gif_hlim = 0;
int ip6_use_deprecated = 1; /* allow deprecated addr (RFC2462 5.5.4) */
int ip6_rr_prune = 5; /* router renumbering prefix
* walk list every 5 sec. */
int ip6_v6only = 0;
int ip6_v6only = 1;
u_int32_t ip6_id = 0UL;
int ip6_keepfaith = 0;