[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #9033] Support IEEE 802.1q tagged frame (VLAN)
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [task #9033] Support IEEE 802.1q tagged frame (VLAN) |
Date: |
Thu, 07 May 2009 16:11:00 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10 |
Follow-up Comment #4, task #9033 (project lwip):
I've had a look through our stack needing the VLAN tag support: only RX is
needed, I'd not implement TX right now (don't know if it's needed). Since RX
only involves splitting the header structs, I'd still target that at 1.3.1.
With that, even nested VLAN headers (are they allowed?) wouldn't be a
problem.
I'd only enable this with an option (maybe a flag in the netif) to prevent
receiving all VLAN traffic (or only if you want it). Checking the VLAN can be
implemented easily, too, but I don't know if that's needed (at least not for
me, right now).
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?9033>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [task #9033] Support IEEE 802.1q tagged frame (VLAN),
Simon Goldschmidt <=