0N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A# ident "%Z%%M% %I% %E% SMI"
0N/A# TCP_STRONG_ISS sets the TCP initial sequence number generation parameters.
0N/A# Set TCP_STRONG_ISS to be:
0N/A# 0 = Old-fashioned sequential initial sequence number generation.
0N/A# 1 = Improved sequential generation, with random variance in increment.
0N/A# 2 = RFC 1948 sequence number generation, unique-per-connection-ID.
0N/A# ACCEPT6TO4RELAY sets the policy for 6to4 tunnels communicating with 6to4
0N/A# Relay Routers as defined in RFC 3056. Traffic sent from a 6to4 site to a
0N/A# native IPv6 host will be tunneled over the IPv4 Internet to a 6to4 Relay
0N/A# Router before being delivered to the native IPv6 host. Enabling support
0N/A# security risk for a 6to4 site, since there is no default trust
0N/A# mechanism for communicating with Relay Routers. Communication support
0N/A# with 6to4 Relay Routers has been disabled by default. ACCEPT6TO4RELAY
0N/A# can be set to the following values:
0N/A# NO = Disables communication with 6to4 Relay Routers
0N/A# YES = Enables communication with 6to4 Relay Routers and thus native
0N/A# IPv6 hosts through a 6to4 tunnel.
0N/A# When ACCEPT6TO4RELAY=YES, RELAY6TO4ADDR will be used to determine the
0N/A# destination IPv4 address to be used as a tunnel endpoint when communicating
0N/A# with 6to4 Relay Routers. 192.88.99.1 is the well-known 6to4 Relay Router
0N/A# Anycast address as defined in RFC 3068. This value may be changed to
0N/A# the IPv4 unicast address of a particular 6to4 Relay Router, if desired.
0N/ARELAY6TO4ADDR="192.88.99.1"