From 778267086a0d140ac4c3a6fb93920277d949b278 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 18 Jun 2016 18:51:37 +0200 Subject: noqueue not exposed on older kernels; pfifo_fast is default qdisc --- test/network/bandwidth.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/network') diff --git a/test/network/bandwidth.exp b/test/network/bandwidth.exp index a3dc9b55f..bccb0b9f3 100755 --- a/test/network/bandwidth.exp +++ b/test/network/bandwidth.exp @@ -18,7 +18,7 @@ spawn $env(SHELL) send -- "firejail --bandwidth=test status\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "qdisc noqueue 0: dev eth0" + "qdisc pfifo_fast 0: dev eth0" } sleep 1 -- cgit v1.2.3-54-g00ecf