diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-04-04 13:46:52 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-04-05 19:32:01 +0000 |
commit | 57cf819efa50a6a3b3a478c25a098c29722eb358 (patch) | |
tree | 9970668542106b747d2353f912527cad57b6fb4b | |
parent | f7457249d2a760edca827e174adb0db578a87784 (diff) | |
download | illumos-joyent-57cf819efa50a6a3b3a478c25a098c29722eb358.tar.gz |
14617 svc:/network/ipmp maintenance in shared IP zone
Reviewed by: Marco van Wieringen <mvw@planets.elm.net>
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.lib/in.mpathd/net-ipmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/net-ipmp b/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/net-ipmp index 565b80e374..4dbb84a5b8 100644 --- a/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/net-ipmp +++ b/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/net-ipmp @@ -22,7 +22,7 @@ if [ -z "$SMF_FMRI" ]; then exit $SMF_EXIT_ERR_NOSMF fi -smf_configure_ip || exit $SMF_EXIT_ERR_FATAL +smf_configure_ip || exit $SMF_EXIT_NODAEMON if /lib/inet/in.mpathd; then exit $SMF_EXIT_OK |