SAM
SAM
> Also be aware that while we do support using 802.1AD tags instead of 802.1Q tags / ethertype, we currently do not support stacked VLANs (so no actual Q-in-Q). I...
Configs as follow: ```bash ip link del dev swbridge ip addr flush dev port1 ip addr flush dev port2 ip link add name swbridge type bridge vlan_filtering 1 vlan_protocol 802.1ad...
> Unfortunately this is exactly the scenario that does not currently work, i.e. converting single tagged to double tagged and vice versa. Only converting untagged to single tagged works. Could...
Based on this https://github.com/bsidhipong/nrf24l01/blob/master/nrf24l01.h I think TX_FULL must be 0 not 5.