Hi. I want to capture packets from my router (RT-AC1200G+) using tcpdump.
The router has a bridge interface (br0). So, I thought I could capture packets through that interface because I confirmed in brctl that eth1, eth2, and vlan0 interfaces are added to the br0 interface.
However, when I...