Design document for L2 ACL table support#1165
Design document for L2 ACL table support#1165ArthiGovindaraj wants to merge 1 commit intosonic-net:masterfrom
Conversation
| VLAN | uint16_t | Decimal values from 1-4094 | ||
| VLAN_PCP | uint8_t | Decimal value or value/mask [0..7 (or) 0..7/0..7] | ||
| VLAN_DEI | uint8_t | Decimal value of 0 or 1 [0..1] | ||
|
|
There was a problem hiding this comment.
please consider add ethernet type match
Ethernet II
IEEE 802.3 CSMA/CD
IEEE 802.3 CSMA/CD LLC
IEEE 802.3 with SNAP
|
@ArthiGovindaraj Nice work, do you have any idea if this can be approved and included? |
@bluecmd, the design and code changes were submitted long back. Waiting for any inputs. So far, there has been no approval. |
|
@ArthiGovindaraj I know the frustration. I've had luck getting my changes in if I joined the triage meeting (every other Wednesday) and ask for a review. Maybe try that? |
L2 ACL table with L2 match fields in Ethernet and vlan header are not supported in existing design. This design document gives the proposal for supporting the same.
Associated pull request for the proposed design:
sonic-swss: sonic-net/sonic-swss#2554
acl-loader: sonic-net/sonic-utilities#2516
schema update only : sonic-net/sonic-mgmt-common#66