[Solaris 10]Zones and exclusive ip

Hello,
I have a V120 server with two network interfaces. I would like to use one of them in my non global zone. I set the "ip-type=exclusive" as described here Solaris 10 8/07: Exclusive-IP Non-Global Zones (System Administration Guide: Solaris Containers-Resource Management and Solaris Zones) - Sun Microsystems but it doesn't work.

When I boot my zone, I get the following error:

zoneadm: zone 'myzone': WARNING: unable to hold network interface 'eri1'.:Invalid argument

Further reading brought me to the "An Overview of Solaris 10 Operating System Security Controls" document which say

Mine shows:

root@sonne:~$ dladm show-dev
eri0            link: unknown   speed: 100   Mbps       duplex: full
eri1            link: unknown   speed: 100   Mbps       duplex: unknown

So I don't know whether or not it is using the GLDv3 framework or not.

Any ideas how to know this ?

Btw, I have Solaris 10u5.

Thanks in advance,
Tex

show-link != show-dev

Ah ok, my fault.

$ dladm show-link
eri0            type: legacy    mtu: 1500       device: eri0
eri1            type: legacy    mtu: 1500       device: eri1

... so it is not using the GLDv3.