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

Added set parent, root and ingress to QDiscDelRequest #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ViniciosLugli
Copy link

Extend the QDiscDelRequest struct with additional methods (parent, root, and ingress) to enable functionality equivalent to the CLI command qdisc del dev INTERFACE ingress. This change allows for more granular control when deleting qdiscs, specifically targeting ingress qdiscs on network interfaces. For example:

handle.qdisc().del(index).ingress().execute().await;

now directly maps to the command:

qdisc del dev INTERFACE ingress

@ViniciosLugli ViniciosLugli changed the title Added set parent and ingress to QDiscDelRequest Added set parent, root and ingress to QDiscDelRequest Sep 23, 2024
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.

1 participant