I have created a tap device tap0 address 10.2.1.4 and added it to a host bridge br1 with address 10.2.1.1
I have "nc 10.2.1.4 -l 1234" running on the host and from another machine I do a "nc 10.2.1.4 1234".
tcpdump -i tap0 doesn't show any of the traffic. The traffic is shows up when I do "tcpdump -i br1"
What do I have to do to make the traffic showup on tap0.