mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
CI: add vlan example to ethernet patterns Included a Pytest for the vlan_support example, which focuses on testing the NAPT module in lwip by forwarding packets between different VLAN interfaces.
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1
|
|
CONFIG_EXAMPLE_EXTRA_VLAN_INTERFACE=y
|
|
CONFIG_EXAMPLE_VLAN_NAPT_IF=y
|
|
CONFIG_LWIP_IP_FORWARD=y
|
|
CONFIG_LWIP_IPV4_NAPT=y
|