> I am trying to configure VLAN10 on an intel pro1000 NIC and seeing the > following issue. Any pointers to resolve the problem is appreciated.
I suspect that version of e1000g does not support VLAN's. VLAN support only exists in the GLDv3 (Nemo) version of the driver -- you can check for GLDv3 support by looking for the mac_register() symbol -- e.g.,: $ nm /kernel/drv/amd64/e1000g | grep -w mac_register -- meem _______________________________________________ networking-discuss mailing list [email protected]
