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

[action] [PR:13547] [Dual-ToR] add default value for ACL rule for mellanox platform (Standby ToR) #14139

Merged
merged 1 commit into from
Mar 10, 2023

Commits on Mar 7, 2023

  1. [Dual-ToR] add default value for ACL rule for mellanox platform (soni…

    …c-net#13547)
    
    - Why I did it
    Need to add the possibility to choose between dropping packets (using ACL) on ingress or egress in Dual ToR scenario
    
    - How I did it
    Add new attribute "mux_tunnel_ingress_acl" to SYSTEM_DEFAULTS table
    
    - How to verify it
    check that new attribute exists in redis:
    admin@sonic:~$ redis-cli -n 4
    127.0.0.1:6379[4]> HGETALL SYSTEM_DEFAULTS|mux_tunnel_ingress_acl
    1."state"
    2."false"
    
    Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>
    ayurkiv-nvda authored and mssonicbld committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fcee8d4 View commit details
    Browse the repository at this point in the history