Re: Problem with VLANs

2007-08-03 Thread Stuart Henderson
On 2007/08/03 15:27, Hugo van Niekerk wrote: [...] pcn(4) can be persuaded to send frames large enough to hold vlan tags and a 1500-byte packet with the diff below, but on the vmware I just tried, I can't get it to receive frames that size. Then again, neither does em(4) with Ethernet0.virtualDev

Re: Problem with VLANs

2007-08-03 Thread Chris Cappuccio
Stuart Henderson [EMAIL PROTECTED] wrote: case SIOCSIFMTU: - if (ifr-ifr_mtu ETHERMTU || ifr-ifr_mtu ETHERMIN) + if (ifr-ifr_mtu ETHERMTU + ETHER_VLAN_ENCAP_LEN || + ifr-ifr_mtu ETHERMIN) error = EINVAL;

Re: Problem with VLANs

2007-08-03 Thread Stuart Henderson
On 2007/08/03 16:18, Chris Cappuccio wrote: Stuart Henderson [EMAIL PROTECTED] wrote: case SIOCSIFMTU: - if (ifr-ifr_mtu ETHERMTU || ifr-ifr_mtu ETHERMIN) + if (ifr-ifr_mtu ETHERMTU + ETHER_VLAN_ENCAP_LEN || + ifr-ifr_mtu ETHERMIN)

Re: Problem with VLANs

2007-08-02 Thread Tim Donahue
Redirected as this is a misc@ question not a tech@ question. On Thu, 2007-08-02 at 11:48 +0930, Hugo van Niekerk wrote: Hey Everybody Im running OpenBSD 3.9. At startup during vlan initialization I get an error that the vlan initiated with a nonstandard mtu of 1946 (parent pcn1). Of

Re: Problem with VLANs

2007-08-02 Thread Stuart Henderson
On 2007/08/02 10:54, Tim Donahue wrote: Redirected as this is a misc@ question not a tech@ question. On Thu, 2007-08-02 at 11:48 +0930, Hugo van Niekerk wrote: Im running OpenBSD 3.9. At startup during vlan initialization I get Unfortunately lacking a dmesg... an error that the vlan