net-loopback revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
# In a zone we need this service to be up, but all of the work
# it tries to do is irrelevant (and will actually lead to the service
# failing if we try to do it), so just bail out.
#
exit 0
fi
#
# Cause ifconfig to not automatically start in.mpathd when IPMP groups are
# configured. This is not strictly necessary but makes it so that in.mpathd
#
SUNW_NO_MPATHD=; export SUNW_NO_MPATHD
#
# Before any interfaces are configured, we need to set the system
# default IP forwarding behavior. This will be the setting for
# interfaces that don't modify the per-interface setting with the
# files. The -F option tells routeadm to only update the forwarding
# configuration for the system, and not dynamic routing. We don't
# want routing daemons started until later in the boot process (see
# the net-init method for that).
#
# IPv4 loopback
# Configure the v6 loopback if any IPv6 interfaces are configured.
if [ "$interface_names" != "/etc/hostname6.*[0-9]" ]; then
set -- $interface_names
while [ $# -ge 2 ]; do
shift
shift
done
else
inet6_list="$inet6_list $1"
shift
fi
done
fi
if [ -n "$inet6_list" ]; then
else
exit 0
fi