-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add time-based ACL support #11989
base: master
Are you sure you want to change the base?
Add time-based ACL support #11989
Conversation
Signed-off-by: bingwang <[email protected]>
Signed-off-by: bingwang <[email protected]>
Let's mark this as draft here since the HLD is still under reviewing |
Sure. |
@@ -288,3 +288,19 @@ dependent_startup_wait_for=swssconfig:exited | |||
environment=ASAN_OPTIONS="log_path=/var/log/asan/fdbsyncd-asan.log{{ asan_extra_options }}" | |||
{% endif %} | |||
{%- endif %} | |||
|
|||
{% if DEVICE_METADATA.localhost.type %} | |||
{% if DEVICE_METADATA.localhost.type == "BmcMgmtToRRouter" %} |
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.
Should we use a more general flag?
Such as add a time_based_acl: enabled
in device metadata?
Could you share the HLD link in PR description? |
i feel there are quite a few concerns on the hld from the community? can we see how we address those concerns? |
PR description is updated. |
The questions are concerns are well collected. As Jing is on DRI until Friday, I will have a meeting with him next Monday to address these questions and concerns. |
Why I did it
Add time-based ACL support for:
How I did it
Modify code according to HLD: Dynamic-ACL-Design.md (Currently is under PR review)
sonic-net/SONiC#1078
How to verify it
See HLD unit test and system test.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
src/sonic-yang-models/yang-templates/sonic-time-based-acl.yang.j2
A picture of a cute animal (not mandatory but encouraged)