This is accomplished with 3 fake ethernet interfaces hooked to a common bridge, simulating incoming packets and controlling each interface's transmission product. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
14 lines
249 B
YAML
14 lines
249 B
YAML
common:
|
|
min_ram: 16
|
|
tags: net bridge
|
|
depends_on: netif
|
|
tests:
|
|
net.eth_bridge:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV4=n
|
|
- CONFIG_NET_IPV6=n
|
|
net.eth_bridge.ip:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV4=y
|
|
- CONFIG_NET_IPV6=y
|