I'm seeking an advice on which technology to use to classify packets for shaping in tc. I've found at least 3 that could be used:
- iptables MARK
- iptables CLASSIFY
- tc filter
Which one shoud I use? Is there one that is better than others?
|
I'm seeking an advice on which technology to use to classify packets for shaping in tc. I've found at least 3 that could be used:
Which one shoud I use? Is there one that is better than others? |
|||
|
|
|
All are OK to do the marking. I recommend tc filter because: - you have the rules in one place - using hashes you can obtain a very fast classification. |
|||
|
|