Create a special Ethernet interface that supports link layer embedding. Add a test that uses this special Ethernet interface to verify that the L2 header is embedded to the first net_buf. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
14 lines
269 B
YAML
14 lines
269 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 32
|
|
tags:
|
|
- net
|
|
- vlan
|
|
tests:
|
|
net.vlan.separate_net_buf:
|
|
extra_configs:
|
|
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=n
|
|
net.vlan.header_reserved:
|
|
extra_configs:
|
|
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y
|