-
Notifications
You must be signed in to change notification settings - Fork 661
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
[acl-loader] Add acl-loader utility. #109
Conversation
oleksandrivantsiv
commented
Sep 27, 2017
- Add acl-loader implementation based on translate-acl utility.
- Add shortcuts to show command.
- Add shortcuts to config command.
9f981ab
to
ee8ea20
Compare
7091d4f
to
6a99e07
Compare
@click.argument('table_name', type=click.STRING, required=False) | ||
@click.argument('rule_id', type=click.STRING, required=False) | ||
@click.pass_context | ||
def rule(ctx, table_name, rule_id): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add an option to specify max_priority explicitly instead of using default value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to make it mandatory? Or we still should use a default value if priority is not provided by user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be optional and we should fall back to default value if not specified by user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
resolve the conflicts |
6a99e07
to
6506b02
Compare
@stcheng conflict resolved |
- Add acl-loader implementation based on translate-acl utility. - Add shortcuts to show command. - Add shortcuts to config command.
6506b02
to
bf6e2a2
Compare
e030133 [thermalctld] Print exception using repr(e) to get more information (sonic-net#103) (sonic-net#109)
Currently, we are building both Python 2 and Python 3 versions of sonic-platform-common. However, we are currently not creating a Python 3 version of sonic-config-engine, so the build breaks. As I intend to remove this dependency in the near future anyway, I am removing it.