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.
8 lines
285 B
Plaintext
8 lines
285 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
|
|
#
|
|
CONFIG_EXAMPLE_EXTRA_VLAN_INTERFACE=y
|
|
CONFIG_LWIP_IP_FORWARD=y
|
|
CONFIG_LWIP_IPV4_NAPT=y
|
|
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1
|