summaryrefslogtreecommitdiff
path: root/lib/Vyatta/Qos/NetworkEmulator.pm
AgeCommit message (Collapse)Author
2009-10-01Cleanup how qos-policy change detection worksStephen Hemminger
The CLI end: node does work correctly, so don't need to go walking configuration manually Bug 4545 (cherry picked from commit 377896b296827e4d7c3c20debb3487605c45bbe3)
2009-10-01Fix netem bandwidth (TBF) setupStephen Hemminger
Need limit or latency value Bug 4533 (cherry picked from commit 61a756a5003bda12380c300dbc963adfcc09d888)
2009-05-28Allow netem without network delay valueStephen Hemminger
Bug 4466 Need to allow policy without delay value.
2009-05-27Fix missing argument in NetemStephen Hemminger
Missing interface name in printf
2009-05-19Fix network emulator when no rate definedStephen Hemminger
It is okay to use netem without any rate setting.
2009-03-17Use select to avoid passing output path aroundStephen Hemminger
Easier to just use 'select' in perl to avoid passing file descriptor everywhere.
2009-02-05Fix vyatta config name changeStephen Hemminger
VyattaConfig is now Vyatta::Config
2008-12-09Add support for network emulationStephen Hemminger
New QoS feature to allow emulating WAN characteristics