jamal wrote:
On Mon, 2005-03-28 at 09:12, Andy Furniss wrote:
[root@amd /home/andy/Qos]# tc qdisc add dev eth0 root pfifo [root@amd /home/andy/Qos]# tc -s qdisc ls dev eth0 qdisc pfifo 8001: limit 1000p Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 [root@amd /home/andy/Qos]# tc filter add dev eth0 parent 8001: protocol ip prio 10 u32 match ip src 192.168.200.200/32 flowid 1:2 action police rate 100kbit burst 90k drop RTNETLINK answers: Invalid argument We have an error talking to the kernel [root@amd /home/andy/Qos]# tc filter add dev eth0 parent 1: protocol ip prio 10 u32 match ip src 192.168.200.200/32 flowid 1:2 action police rate 100kbit burst 90k drop RTNETLINK answers: Invalid argument We have an error talking to the kernel [root@amd /home/andy/Qos]# tc filter add dev eth0 parent 0x8001: protocol ip prio 10 u32 match ip src 192.168.200.200/32 flowid 1:2 action police rate 100kbit burst 90k drop RTNETLINK answers: Invalid argument We have an error talking to the kernel [root@amd /home/andy/Qos]# tc qdisc del dev eth0 root pfifo [root@amd /home/andy/Qos]# tc qdisc add dev eth0 root handle 1:0 pfifo [root@amd /home/andy/Qos]# tc -s qdisc ls dev eth0 qdisc pfifo 1: limit 1000p Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 [root@amd /home/andy/Qos]# tc filter add dev eth0 parent 1: protocol ip prio 10 u32 match ip src 192.168.200.200/32 flowid 1:2 action police rate 100kbit burst 90k drop RTNETLINK answers: Invalid argument We have an error talking to the kernel Andy. |
| Previous by Date: | [PATCH] rtnl_unlock/lock in sch_api.c, Catalin(ux aka Dino) BOIE |
|---|---|
| Next by Date: | Re: IMQ again WAS(Re: iptables breakage WAS(Re: dummy as IMQ replacement, Andy Furniss |
| Previous by Thread: | Re: IMQ again WAS(Re: iptables breakage WAS(Re: dummy as IMQ replacement, jamal |
| Next by Thread: | Re: IMQ again WAS(Re: iptables breakage WAS(Re: dummy as IMQ replacement, Andy Furniss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |