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

Agent dscp #1

Open
wants to merge 5 commits into
base: feature/dscp
Choose a base branch
from
Open

Agent dscp #1

wants to merge 5 commits into from

Conversation

nate-johnston
Copy link
Owner

No description provided.

@@ -541,6 +541,18 @@ def delete_egress_bw_limit_for_port(self, port_name):
self._set_egress_bw_limit_for_port(
port_name, 0, 0)

def _set_dscp_marking_rule(self, qos_policy_id, dscp_tag):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest instead _set_dscp_marking_rule_for_port(self, ofport, dscp_tag)

(and similarly for the 3 methods that follow)

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.

2 participants