esp-idf/examples/network/vlan_support/sdkconfig.ci
Abhik Roy ef50beb4d0 ci: Added napt pytest with vlan example
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.
2023-07-31 13:42:26 +00:00

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