Print this page
OS-224 add more zonecfg net properties
OS-216 store all net config info on zone

@@ -135,13 +135,18 @@
 #define PT_USER         37
 #define PT_AUTHS        38
 #define PT_FS_ALLOWED   39
 #define PT_MAXPROCS     40
 #define PT_ALLOWED_ADDRESS      41
+#define PT_ZFSPRI       42
+#define PT_MAC          43
+#define PT_VLANID       44
+#define PT_GNIC         45
+#define PT_NPROP        46
 
 #define PT_MIN          PT_UNKNOWN
-#define PT_MAX          PT_ALLOWED_ADDRESS
+#define PT_MAX          PT_NPROP
 
 #define MAX_EQ_PROP_PAIRS       3
 
 #define PROP_VAL_SIMPLE         0
 #define PROP_VAL_COMPLEX        1