You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different ACL ingress bindings to different interfaces is creating different groups in hardware but we expect them to be in one group:
a CLI COMMANDS:
sonic(config-ipv4-acl)# do show ip access-lists
ip access-list test1
1 permit tcp 4.4.4.4/24 5.5.5.5/24
ip access-list test2
2 permit tcp 6.6.6.6/24 8.8.8.8/24
sonic(config-ipv4-acl)# do show ip access-group
Ingress IP access-list test1 on Ethernet1
Ingress IP access-list test2 on Ethernet2
Apparently this is how ACL orcagent behaves today.. It is written specifically for MSFT usecases. Broadcom team is targeting to revamp ACL infra in next release (Buzznik).
Different ACL ingress bindings to different interfaces is creating different groups in hardware but we expect them to be in one group:
a CLI COMMANDS:
b: HARDWARE CONFIG CHECK:
The text was updated successfully, but these errors were encountered: