|
Description
|
Solaris project crossbow (http://www.opensolaris.org/os/project/crossbow/) introduces the keyword "ip-type" for zonecfg, which can be set to "shared" (default) or "exclusive".
If set to "exlusive", then it is no longer possible to assign an IP address from a virtual interface from the global zone to be vissible into this non-global zone using the "zone" flag from ifconfig. While the ifconfig succeeds, the IP will not be visible within this non-global zone.
Therefore validate() for the sczbt component should verify that if the non-global zone has "ip-type=exclusive" setup in zonecfg, the SC_NETWORK variable from the corresponding sczbt_config file must be set to false.
|