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
field ports is a placeholder only for physical port and LAG list. This said, swss only supports these two bind point types as of now. swss does not support acl binding to router interface (sub port being one type of router interfaces).
There is pending effort to support vlan router interface (being one type of router interfaces). #1218
If there is a use case for router interface bind point, a new field schema may be necessary to hold router interface list and to distinguish between physical port/lag/vlan bind point and router interface (type port, type vlan) bind point created on the corresponding objects.
- What I did
Fixed next image mount
- How I did it
Removed lstrip
- How to verify it
root@sonic:/home/admin# fwutil update chassis component <component_name> fw -i next
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Summary
Based on Sub-port HLD ACL could support sub-ports to be assigned as a port type in ACL table.
HLD:
But sub-ports port type is not implemented in SONiC realization of ACL.
portsorch.cpp:
Is this expected and ACL doesn't support sub-ports or needs to add realization of sub-ports to ACL?
Test scenario
I've tried to assign ACL to sub-port interface.
ACL config:
After this, I send traffic and expected that it will be dropped on sub-port interface. Actually, it was forwarded.
The text was updated successfully, but these errors were encountered: