SwitchPort Mode Hybrid support in saibridge.h file#1852
SwitchPort Mode Hybrid support in saibridge.h file#1852ridahanif96 wants to merge 3 commits intoopencomputeproject:masterfrom
Conversation
Signed-off-by: Rida Hanif <ridahanif958@gmail.com>
|
@kcudnik Hi, previous one was having issues, created this new PR. please review, thanks. |
|
@JaiOCP , would you like to review this? thanks |
Hi Jai , This change is proposed to support hybrid port mode in SONIC. Currently we have only two bridge tagging attribute (untagged,tagged). We proposed a new attribute hybrid, which will pass both tagged and untagged traffic. Can you please guide in this, Thanks. |
Signed-off-by: Rida Hanif <ridahanif958@gmail.com>
|
This PR suggests a change in saibridge.h. This change has been discussed in SAI community call (08/24/23) and it was decided that this proposed change is not requried for switchport mode hybrid. Hybrid port use case if required can be done using ACL as per suggestion. Based on these discussion this proposed change in PR is no longer requrired therefore closing this PR. Thanks! |
Currently, there are two tagging modes for a bridge port (untagged, tagged). A Hybrid Switchport Mode allows both untagged or tagged traffic which needs this hybrid bridge port tagging attribute.
This is in support of Hybrid Switchport Mode SONiC
Signed-off-by: Rida Hanif rida.hanif@xflowresearch.com