Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Possible Issue In buffersizing.py #6

@kapeterson

Description

@kapeterson

Myself and other have reported issues with the hard coded parents when limiting the rates in htb.

cmd = ("tc class change dev %s parent 1:0 classid 1:1 "
"htb rate %s burst 15k" % (iface, spd))

Had to change it to parent 5:0 classid 5:1 o get it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions