Print this page
OS-406

@@ -18,10 +18,11 @@
  *
  * CDDL HEADER END
  */
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, Joyent, Inc. All rights reserved.
  */
 
 #ifndef _LIBDLADM_H
 #define _LIBDLADM_H
 

@@ -69,10 +70,14 @@
  *    Do not refresh the daemon after setting parameter (used by STP mcheck).
  *
  *  - DLADM_OPT_BOOT:
  *    Bypass check functions during boot (used by pool property since pools
  *    can come up after link properties are set)
+ *
+ *  - DLADM_OPT_TRANSIENT:
+ *    Indicates that the link assigned to a zone is transient and will be
+ *    removed when the zone shuts down.
  */
 #define DLADM_OPT_ACTIVE        0x00000001
 #define DLADM_OPT_PERSIST       0x00000002
 #define DLADM_OPT_CREATE        0x00000004
 #define DLADM_OPT_FORCE         0x00000008

@@ -79,10 +84,11 @@
 #define DLADM_OPT_PREFIX        0x00000010
 #define DLADM_OPT_ANCHOR        0x00000020
 #define DLADM_OPT_VLAN          0x00000040
 #define DLADM_OPT_NOREFRESH     0x00000080
 #define DLADM_OPT_BOOT          0x00000100
+#define DLADM_OPT_TRANSIENT     0x00000200
 
 #define DLADM_WALK_TERMINATE    0
 #define DLADM_WALK_CONTINUE     -1
 
 #define DLADM_MAX_ARG_CNT       32