Age | Commit message (Collapse) | Author |
|
Fix bug when matching only ether protocol field (Bug 4539)
Fix IPV6 match (Bug 4548)
(cherry picked from commit 4ce140e2d2376b647f5dc65de0316bd331167a41)
|
|
Bug 4548
The tc u32 filter command wants "ipv6" in protocol field but "ip6"
in the match field. Make up your mind Alexey!
(cherry picked from commit e7d228450c037ce16923dee385e127e7028d3358)
|
|
|
|
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.
|