Age | Commit message (Collapse) | Author |
|
Need to pass police string in to Match filter generator.
Bug 4596
|
|
This resolves issues with mulitple filters (can't have same priority),
and IPV6 traffic-class/dscp match rules
Bug 4552
|
|
If matching on multiple protocols in same traffic-shaper class
then the filter command was garbaled.
Bug 4552
|
|
Special case of DSCP changing exposed bug in dscp match code.
Bug 4551
|
|
Typo in hash for match
Bug 4583
|
|
Fix bug when matching only ether protocol field (Bug 4539)
Fix IPV6 match (Bug 4548)
|
|
Bug 4548
The tc u32 filter command wants "ipv6" in protocol field but "ip6"
in the match field. Make up your mind Alexey!
|
|
|
|
Use existing u32 infrastructure to match in header
|
|
This allows moving code out of the qos class code over to where
match rules are handled.
|
|
Bug 4230
Allow matching based on IPV6 addresses and ports
Generalize existing matching code.
|
|
Some code was still using old interface.
|
|
Easier to just use 'select' in perl to avoid passing file
descriptor everywhere.
|
|
Incorrect capitalization
|
|
|
|
Use more multi-level directory hierarchy instead of having all
modules at top level.
|