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

Policy Base Metering - ACL_Loader #9

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

Policy Base Metering - ACL_Loader #9

wants to merge 1 commit into from

Conversation

shaygol
Copy link

@shaygol shaygol commented Jan 5, 2025

No description provided.

@click.option('--session_name', type=click.STRING, required=False)
@click.option('--mirror_stage', type=click.Choice(["ingress", "egress"]), default="ingress")
@click.option('--max_priority', type=click.INT, required=False)
@click.option('--skip_action_validation', is_flag=True, default=False, help="Skip action validation")
@click.pass_context
def full(ctx, filename, table_name, session_name, mirror_stage, max_priority, skip_action_validation):
def full(ctx, filename, table_name, session_name, mirror_stage, max_priority, policer_name, skip_action_validation):

Choose a reason for hiding this comment

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

Is there a reason why the policer_name was not added to the end of the definition?

Copy link
Author

Choose a reason for hiding this comment

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

To be consistent with the parameters' purpose or meaning - policer_name is more related to the rule behavior.

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