xref: /illumos-gate/usr/src/cmd/tsol/tnctl/tnrhdb (revision be6e6735)
1f875b4ebSrica#
2f875b4ebSrica# CDDL HEADER START
3f875b4ebSrica#
4f875b4ebSrica# The contents of this file are subject to the terms of the
5f875b4ebSrica# Common Development and Distribution License (the "License").
6f875b4ebSrica# You may not use this file except in compliance with the License.
7f875b4ebSrica#
8f875b4ebSrica# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f875b4ebSrica# or http://www.opensolaris.org/os/licensing.
10f875b4ebSrica# See the License for the specific language governing permissions
11f875b4ebSrica# and limitations under the License.
12f875b4ebSrica#
13f875b4ebSrica# When distributing Covered Code, include this CDDL HEADER in each
14f875b4ebSrica# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f875b4ebSrica# If applicable, add the following below this CDDL HEADER, with the
16f875b4ebSrica# fields enclosed by brackets "[]" replaced with your own identifying
17f875b4ebSrica# information: Portions Copyright [yyyy] [name of copyright owner]
18f875b4ebSrica#
19f875b4ebSrica# CDDL HEADER END
20f875b4ebSrica#
21f875b4ebSrica#
22*be6e6735SJan Parcel# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23f875b4ebSrica# Use is subject to license terms.
24f875b4ebSrica#
25f875b4ebSrica# The following are the boot-time defaults.  These establish all IPv4 and
26f875b4ebSrica# IPv6 addresses as unlabeled.  Both are removed if this file contains any
27f875b4ebSrica# non-blank entries.
28f875b4ebSrica#
29f875b4ebSrica#0.0.0.0/0:_unlab
30f875b4ebSrica#\:\:0/0:_unlab
31f875b4ebSrica#
32*be6e6735SJan Parcel# The following is a sample 32-bit match for the literal address 0.0.0.0,
33*be6e6735SJan Parcel# not a wildcard.  Uncomment this if the global zone should respond
34*be6e6735SJan Parcel# to 0.0.0.0 (literal), such as for dhcp or some third-party network
35*be6e6735SJan Parcel# applications.
36*be6e6735SJan Parcel#
37*be6e6735SJan Parcel#0.0.0.0/32:admin_low
38*be6e6735SJan Parcel#
39*be6e6735SJan Parcel# Default wildcard value shipped with system. This allows the global zone
40*be6e6735SJan Parcel# of the system to obtain various services during initial boot. Administrators
41*be6e6735SJan Parcel# should remove this wildcard entry after the system is fully configured.
42f875b4ebSrica#
43f875b4ebSrica0.0.0.0:admin_low
44f875b4ebSrica#\:\:0:admin_low
45f875b4ebSrica127.0.0.1:cipso
46f875b4ebSrica#\:\:1:cipso
47