Re: VLAN Support in FreeBSD

2000-08-08 Thread Peter Jeremy
On 2000-Aug-08 17:06:11 +0200, Blaz Zupan <[EMAIL PROTECTED]> wrote: >http://www.euitt.upm.es/~pjlobo/fbsdvlan.html Very useful. Upon further reflection last night, I decided that the problem was most likely related to the NIC's idea of what was the largest allowed frame - and the URL above incl

Re: VLAN Support in FreeBSD

2000-08-08 Thread Blaz Zupan
> As far as I can tell from the code, the only thing restricting VLAN > over ethernet devices to an MTU of 1496 is the code deleted in the > following patch. Based on references to if_mtu, ifi_mtu, if_hdrlen > and ifi_hdrlen, there is nothing in the system which will get upset > if the MTU+hdrlen

VLAN Support in FreeBSD

2000-08-07 Thread Peter Jeremy
About a month ago, David Gilbert <[EMAIL PROTECTED]> started a thread in freebsd-stable about supporting a 1500MTU through a VLAN trunk (see Message-ID: <[EMAIL PROTECTED]>). Since this would be very useful to me, I did some digging into it and looked through the code (there being no other docume

Re: VLAN support

2000-05-04 Thread Mathew Kanner
would be really greatful if somebody could provide me with > info/pointers regarding the topic. What I am really interested in is tagging > (VLAN ID and user_priority) and scheduling mechanism that use the tags. I would > like to code my own, eventually. There was a long thread

VLAN support

2000-05-04 Thread Tarik Alj
Hi, I have been browsing on the freeBSD.org site searching for info on VLAN 802.1Q(p) support on FreeBSD; all I have been able to find is this : http://www.freebsd.org/releases/3.4/errata.html I would be really greatful if somebody could provide me with