mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ef50beb4d0
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
|