Displaying 1 result from an estimated 1 matches for "diffsev".
Did you mean:
  diffserv
  
2007 Sep 19
0
How to see data exchanged at all the bands of pfifo_fast
...disc ls dev eth0" only  shows following output
  qdisc pfifo_fast 0: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
  Sent 71132584 bytes 312294 pkts (dropped 0, overlimits 0 requeues 0)
  Its only showing data exchanged in band 0.
2.I am using following command to drop packet of specific diffsev or tos value.
  "iptables -A INPUT -o eth0 -p udp -m --dscp 8 -j DROP"
  But it is showing following error msg.
  Couldn''t load match `--dscp'':/lib/iptables/libipt_--dscp.so:
  cannot open shared object file: No such file or directory
  Try `iptables -h'' or &...