lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] support for VLAN tagging


From: David Lockyer
Subject: Re: [lwip-users] support for VLAN tagging
Date: Fri, 1 Nov 2019 08:34:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hi Jill,

You may have already figured this out by now, but have a look at LWIP_HOOK_VLAN_CHECK and LWIP_HOOK_VLAN_SET in the lwIP documentation.

You will need to write the callback functions and put the prototypes and #define mapping to them in your lwipopts.h, along with #define ETHARP_SUPPORT_VLAN 1.

Best regards,

David

On 28/10/2019 23:50, address@hidden wrote:
Hello,
I am working on an application where I am streaming data over UDP using lwip sendto(). I do not see a VLAN Tag Protocol Indicator or VLAN Tag Control Information field in my Wireshark capture. I was wondering if there is a way to enable these fields in lwip? I am using a Xilinx zynq 7000 Ultrascale plus with the FreeRTOS bsp.
Thanks.
Jill
__________________________________________________________________________
Jill Adelstein | Firmware Engineer | MeterSystems R&D - Boise
Schweitzer Engineering Laboratories Inc.
2350 NE Hopkins Court | Pullman, WA 99163 | 509.334.4917 | address@hidden
SEL: www.selinc.com



______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]