summaryrefslogtreecommitdiff
path: root/lib/Vyatta/Qos/Match.pm
AgeCommit message (Collapse)Author
2009-06-16Fix match rules for traffic limiterStephen Hemminger
Need to pass police string in to Match filter generator. Bug 4596
2009-06-15Fix IPV6 traffic-class matchStephen Hemminger
This resolves issues with mulitple filters (can't have same priority), and IPV6 traffic-class/dscp match rules Bug 4552
2009-06-15Fix mixed protocol matchesStephen Hemminger
If matching on multiple protocols in same traffic-shaper class then the filter command was garbaled. Bug 4552
2009-06-15Fix DSCP field match with set-dscpStephen Hemminger
Special case of DSCP changing exposed bug in dscp match code. Bug 4551
2009-06-15Fix issues with vif matchStephen Hemminger
Typo in hash for match Bug 4583
2009-06-15Address issues in traffic-shaper matchStephen Hemminger
Fix bug when matching only ether protocol field (Bug 4539) Fix IPV6 match (Bug 4548)
2009-06-11IPV6 match fixStephen Hemminger
Bug 4548 The tc u32 filter command wants "ipv6" in protocol field but "ip6" in the match field. Make up your mind Alexey!
2009-05-20Allow match rules without priority.Stephen Hemminger
2009-04-15Add Qos matching based on Ethernet MAC addressStephen Hemminger
Use existing u32 infrastructure to match in header
2009-04-13Check for conflicts when match is createdStephen Hemminger
This allows moving code out of the qos class code over to where match rules are handled.
2009-04-09Add IPV6 support to QoSStephen Hemminger
Bug 4230 Allow matching based on IPV6 addresses and ports Generalize existing matching code.
2009-03-20Fix problems created by switch to using 'select'Stephen Hemminger
Some code was still using old interface.
2009-03-17Use select to avoid passing output path aroundStephen Hemminger
Easier to just use 'select' in perl to avoid passing file descriptor everywhere.
2008-12-08Fix typo in import listStephen Hemminger
Incorrect capitalization
2008-11-24VyattaConfig -> Vyatta::ConfigStephen Hemminger
2008-11-20Change perl module names from VyattaQosXXX to Vyatta::Qos:XXXStephen Hemminger
Use more multi-level directory hierarchy instead of having all modules at top level.