Displaying 1 result from an estimated 1 matches for "0a0b0c0d".
Did you mean:
00000c0d
2003 Aug 12
1
htb qdiscs inside htb classes tree - possible side effects???
...my shaping box collapses.
# iptables -vnL FORWARD -t mangle | wc -l
2798
I have almost 3000 items in FORWARD chain in mangle table. Now I am
switching to IPMARK target which can mangle packets automaticaly based
on their src or dst address. IP address is converted to hex (ex.
10.11.12.13->0a0b0c0d), then 16 less importants bits are left (by and
operation with $ffff0000- so it is 0c0d) and then I can OR with some
number. I use class 192.168.0.0/16 for clients and I can''t change
that.
So I want to create tree like this:
--------------- 1:0 -----------
/...