summaryrefslogtreecommitdiff
path: root/usr/src/cmd/rcm_daemon
diff options
context:
space:
mode:
authorartem <none@none>2008-06-19 14:31:31 -0700
committerartem <none@none>2008-06-19 14:31:31 -0700
commit308903890e892f9c21ee582e3a52fdd67e52870b (patch)
tree732f36a3e4382b987a7d27c152d718a839ab8e69 /usr/src/cmd/rcm_daemon
parentd81b850f296ee36f8a9ecba637e8c8e2996eaaee (diff)
downloadillumos-joyent-308903890e892f9c21ee582e3a52fdd67e52870b.tar.gz
PSARC/2008/222 Brussels persistence
6485961 link property values do not persist across unplumb/unload
Diffstat (limited to 'usr/src/cmd/rcm_daemon')
-rw-r--r--usr/src/cmd/rcm_daemon/common/network_rcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/rcm_daemon/common/network_rcm.c b/usr/src/cmd/rcm_daemon/common/network_rcm.c
index 5ec088e808..d4a6b0d00d 100644
--- a/usr/src/cmd/rcm_daemon/common/network_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/network_rcm.c
@@ -1078,7 +1078,7 @@ notify_new_link(rcm_handle_t *hd, const char *dev)
/*
* Reset the active linkprop of this specific link.
*/
- (void) dladm_init_linkprop(linkid);
+ (void) dladm_init_linkprop(linkid, B_FALSE);
rcm_log_message(RCM_TRACE1, _("NET: notify new link %u (%s)\n"),
linkid, dev);