diff options
Diffstat (limited to 'usr/src/cmd/svc/milestone/net-routing-setup')
| -rw-r--r-- | usr/src/cmd/svc/milestone/net-routing-setup | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/milestone/net-routing-setup b/usr/src/cmd/svc/milestone/net-routing-setup index 09f5f4eabe..dbc879e5e1 100644 --- a/usr/src/cmd/svc/milestone/net-routing-setup +++ b/usr/src/cmd/svc/milestone/net-routing-setup @@ -20,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -30,11 +30,12 @@ . /lib/svc/share/smf_include.sh # -# In a zone we need this service to be up, but all of the work +# 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. +# In the global zone and exclusive-IP zones we proceed. # -smf_is_globalzone || exit $SMF_EXIT_OK +smf_configure_ip || exit $SMF_EXIT_OK # # If routing.conf file is in place, and has not already been read in |
