--- orig/zonecfg.1m.txt	Mon Oct 30 15:57:10 2006
+++ new/zonecfg.1m.txt	Mon Oct 30 16:22:40 2006
@@ -312,6 +312,15 @@
 
 
 
+     global: ip-type
+
+         A zone can either shared the IP instance with the global zone,
+	 which is the default, or have its own exclusive instance of IP.
+
+	 This property takes the values "shared" and "exclusive".
+
+
+
      fs: dir, special, raw, type, options
 
          Values needed to determine how, where, and so  forth  to
@@ -358,7 +367,12 @@
          Note that hostnames that resolve to IPv6  addresses  are
          not supported.
 
+	 The physical interface name is the datalink name.
 
+	 A zone can be configured to be either exclusive-IP or shared-IP.
+	 For a shared-IP zone both the physical and address properties 
+	 must be set. For an exclusive-IP zone the physical property must
+	 be set and the address property can not be set.
 
      device: match
 
@@ -412,6 +426,7 @@
      (global)          pool            simple
      (global)          limitpriv       simple
      (global)          brand           simple
+     (global)          ip-type         simple
      fs                dir             simple
                        special         simple
                        raw             simple
@@ -816,8 +831,31 @@
      zonecfg:lxzone> set autoboot=true
      zonecfg:lxzone> exit
 
-     Example 3: Associating a Zone with a Resource Pool
+     Example 3: Creating an exclusive-IP zone.
 
+     The following example creates a zone which is granted exclusive
+     access to bge1 and bge33000 and that is isolated at the IP layer
+     from the other zones configured on the system.
+
+     The IP addresses and routing is configured inside the new zone
+     using sysidtool(1M).
+
+     example# zonecfg -z excl
+     excl: No such zone configured
+     Use 'create' to begin configuring a new zone
+     zonecfg:excl> create
+     zonecfg:excl> set zonepath=/export/zones/excl
+     zonecfg:excl> set ip-type=exclusive
+     zonecfg:excl> add net
+     zonecfg:excl:net> set physical=bge1
+     zonecfg:excl:net> end
+     zonecfg:excl> add net
+     zonecfg:excl:net> set physical=bge33000
+     zonecfg:excl:net> end
+     zonecfg:excl> exit
+
+     Example 4: Associating a Zone with a Resource Pool
+
      The following example shows how  to  associate  an  existing
      zone with an existing resource pool:
 
@@ -828,7 +866,7 @@
      For more information about resource pools,  see  pooladm(1M)
      and poolcfg(1M).
 
-     Example 4: Changing the Name of a Zone
+     Example 5: Changing the Name of a Zone
 
      The following example shows how to change  the  name  of  an
      existing zone:
@@ -838,7 +876,7 @@
      zonecfg:myzone2> exit
 
 
-     Example 5: Changing the Privilege set of a Zone
+     Example 6: Changing the Privilege set of a Zone
 
      The following  example  shows  how  to  change  the  set  of
      privileges  an  existing zone's processes will be limited to
