1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

renamed traffic controller scripts

This commit is contained in:
Steffen Vogel 2015-08-07 01:19:51 +02:00
parent 5f038bf6bd
commit 7d79ab8179
3 changed files with 8 additions and 8 deletions

View file

@ -1,8 +0,0 @@
#!/bin/bash
IF=$1
for cmd in qdisc filter class; do
echo "======= $if: $p ========"
tc -s $cmd show dev $IF
done

8
contrib/tc-dump.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
IF=$1
for cmd in qdisc filter class; do
echo "======= $IF: $cmd ========"
tc -s -d -p $cmd show dev $IF
done