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
|