From 9335d43e998ec8e40b51742d8c18223386b41714 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 23 Jul 2015 00:32:11 +0200 Subject: [PATCH] updated path to scripts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81702a8..5321f80 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,13 @@ Alternatively you can set the mark using netfilter: iptables -t mangle -I OUTPUT -d 8.8.8.8 --set-mark 0xBABE -j MARK -Or, the `tc-cgroup.sh` script which uses a special priority for a certain cgroup: +Or, the `scripts/tc-cgroup.sh` script which uses a special priority for a certain cgroup: ./tc-cgroup ping google.de ###### Use case 5: Show the current Traffic Controller setup - ./tc-dump.sh eth0 + ./scripts/tc-dump.sh eth0 ======= eth0: qdisc ======== qdisc prio 1: root refcnt 2 bands 4 priomap 2 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2 @@ -107,9 +107,9 @@ Or, the `tc-cgroup.sh` script which uses a special priority for a certain cgroup ##### Use case 6: Reset Traffic Controller to defaults - ./scripts/tc-reset.sh eth0 + scripts/tc-reset.sh eth0 - ./scripts/tc-dump.sh eth0 + scripts/tc-dump.sh eth0 ======= eth0: qdisc ======== qdisc pfifo_fast 8005: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 Sent 57402 bytes 774 pkt (dropped 0, overlimits 0 requeues 0)