root@OpenWrt:~# tcpdump --version
tcpdump version 4.99.6
libpcap version 1.10.6 (64-bit time_t, with TPACKET_V3)
64-bit build, 64-bit time_t
root@OpenWrt:~# uname -a
Linux OpenWrt 6.18.21 #0 SMP Wed Apr 29 17:12:54 2026 aarch64
root@OpenWrt:~# cat /etc/os-release
NAME="OpenWrt"
VERSION="SNAPSHOT"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt SNAPSHOT"
VERSION_ID="snapshot"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
FIRMWARE_URL="https://downloads.openwrt.org/"
BUILD_ID="r0+34168-a202db9332"
OPENWRT_BOARD="mediatek/filogic"
OPENWRT_ARCH="aarch64_cortex-a53"
OPENWRT_TAINTS="no-all busybox"
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt SNAPSHOT r0+34168-a202db9332"
OPENWRT_BUILD_DATE="1777482774"
root@OpenWrt:~#
When I try to sniff packets on a DSA-attached port (conduit) I get:
tcpdump: listening on eth2, link-type DEBUG_ONLY (unstructured data for manual debugging only), snapshot length 1536 bytes
22:31:05.046525 UNSUPPORTED
0x0000: ffff ffff ffff 9a31 e62f b4d6 0806 0001 .......1./......
0x0010: 0800 0604 0001 9a31 e62f b4d6 c0a8 03fa .......1./......
0x0020: 0000 0000 0000 c0a8 0301 ..........
which is a raw IPv4 ARP packet.
When I try to sniff packets on a DSA-attached port (conduit) I get:
which is a raw IPv4 ARP packet.