updated scripts
This commit is contained in:
parent
ce2de9f27b
commit
f485b1874f
3 changed files with 6 additions and 0 deletions
3
tc-mark.sh
Executable file
3
tc-mark.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo LD_PRELOAD=${PWD}/mark.so MARK=0xcd $@
|
3
tc-reset.sh
Executable file
3
tc-reset.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
tc qdisc replace dev $1 root pfifo_fast
|
Loading…
Add table
Reference in a new issue