diff options
Diffstat (limited to 'usr/src/cmd/svc/milestone/net-init')
| -rw-r--r-- | usr/src/cmd/svc/milestone/net-init | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/usr/src/cmd/svc/milestone/net-init b/usr/src/cmd/svc/milestone/net-init index ad2ff3d963..ea59624007 100644 --- a/usr/src/cmd/svc/milestone/net-init +++ b/usr/src/cmd/svc/milestone/net-init @@ -23,6 +23,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2021 Tintri by DDN, Inc. All rights reserved. +# # This is the second phase of TCP/IP configuration. The first part is # run by the svc:/network/physical service and includes configuring the # interfaces and setting the machine's hostname. The svc:/network/initial @@ -38,8 +40,8 @@ # # In a shared-IP 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. +# it tries to do is irrelevant (and will actually lead to the service +# failing if we try to do it), so just bail out. # In the global zone and exclusive-IP zones we proceed. # smf_configure_ip || exit $SMF_EXIT_OK @@ -50,16 +52,6 @@ if [ -f /etc/inet/ipaddrsel.conf ]; then fi # -# If explicit IPMP groups are being used, in.mpathd will already be started. -# However, if TRACK_INTERFACES_ONLY_WITH_GROUPS=no and no explicit IPMP -# groups have been configured, then it still needs to be started. So, fire -# it up in "adopt" mode; if there are no interfaces it needs to manage, it -# will automatically exit. -# -/usr/bin/pgrep -x -u 0 -z `smf_zonename` in.mpathd >/dev/null 2>&1 || \ - /usr/lib/inet/in.mpathd -a - -# # Set the RFC 1948 entropy, regardless of if I'm using it or not. If present, # use the encrypted root password as a source of entropy. Otherwise, # just use the pre-set (and hopefully difficult to guess) entropy that |
