You could create VLAN using

# dladm create-vlan -f -l qla0 -v 3 qla3000
# ifconfig qla3000 plumb

I guess your GLDv2 driver does not registers the gldm_send_tagged() callback.

Thanks
- Cathy

> Hello,
> 
> I am trying to test VLAN of my new GLDv2 driver, qla, on Nevada 91. I am 
> wondering how to setup VLAN now. I used "ifconfig qla3000 plumb" to set up 
> qla driver with vlan id 3, however, this command does not work in nv91.
> 
> # dladm show-link
> LINK        CLASS    MTU    STATE    OVER
> e1000g0     phys     1500   up       --
> e1000g1     phys     1500   unknown  --
> qla0        phys     1500   up       --
> qla1        phys     1500   up       --
> 
> # ifconfig qla3000 plumb
> ifconfig: cannot open link "qla3000": Operation not supported
> 
> # dladm create-vlan -l qla0 -v 3 qla3000
> dladm: VLAN over 'qla0' may require lowered MTU; must use -f (see dladm(1M))
> : operation not supported
> 
> Tom
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> networking-discuss mailing list
> [email protected]

_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to