Dima Asked: 2011-09-08 09:08:34 +0800 CST2011-09-08 09:08:34 +0800 CST 2011-09-08 09:08:34 +0800 CST tc: packets filter 772 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? linux udp tc filtering 1 Answers Voted Best Answer David Schwartz 2011-09-08T09:51:13+08:002011-09-08T09:51:13+08:00 No, tc is not for firewalling. Use ebtables instead.
No,
tc
is not for firewalling. Useebtables
instead.