updated scripts

This commit is contained in:
Steffen Vogel 2015-07-22 23:34:59 +02:00
parent ce2de9f27b
commit f485b1874f
3 changed files with 6 additions and 0 deletions

3
tc-mark.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
sudo LD_PRELOAD=${PWD}/mark.so MARK=0xcd $@

3
tc-reset.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
tc qdisc replace dev $1 root pfifo_fast