I need to drop UDP packets with specific UDP port number) on network interface (say eth0). On my setup the interface eth0 is part of the bridge.
is it possible to do it using tc
command?
if yes, how?
No, tc
is not for firewalling. Use ebtables
instead.