lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 08 Nov 2013 12:01:10 -0800
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	John Fastabend <john.r.fastabend@...el.com>
Cc:	Anton 'EvilMan' Danilov <littlesmilingcloud@...il.com>,
	netdev@...r.kernel.org
Subject: Re: Using HTB over MultiQ

On Fri, 2013-11-08 at 09:55 -0800, Eric Dumazet wrote:

> I do not think so : following does not work.
> 
> for ETH in eth0
> do
>  tc qd del dev $ETH root 2>/dev/null
> 
>  tc qd add dev $ETH root handle 100: mq 
>  for i in `seq 1 4`
>  do
>   tc qd add dev $ETH parent 100:$i handle $i htb
>  done
> done

Humpf, I forgot a "default 1" on htb qdisc creation, sorry for the
noise ;)


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ