Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow only loss or delay to be set to 0 on TCIntf using config #965

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

awlane
Copy link

@awlane awlane commented Sep 9, 2020

At the moment, the current implementation of TCIntf does not allow you to call config to set loss or delay to 0 without passing other parameters due to how it checks for the presence of arguments. This patch resolves this behavior and removes the need to delete the qdisc manually to remove loss or delay without adding another parameter.

@lantz
Copy link
Member

lantz commented Feb 7, 2021

This doesn't seem correct because the delay is specified as a string such as 15ms.

@lantz lantz self-requested a review February 7, 2021 07:23
@lantz lantz removed their request for review February 15, 2021 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants