Skip to content

Commit 0ed2518

Browse files
authored
Revert "Mark m_isCombinedMirrorV6Table as true for BFN (#1206)" (#1209)
This reverts commit 0bf0acb.
1 parent 0bf0acb commit 0ed2518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

orchagent/aclorch.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -2104,13 +2104,13 @@ void AclOrch::init(vector<TableConnector>& connectors, PortsOrch *portOrch, Mirr
21042104

21052105
// In Broadcom platform, V4 and V6 rules are stored in the same table
21062106
if (platform == BRCM_PLATFORM_SUBSTRING ||
2107-
platform == NPS_PLATFORM_SUBSTRING ||
2108-
platform == BFN_PLATFORM_SUBSTRING) {
2107+
platform == NPS_PLATFORM_SUBSTRING) {
21092108
m_isCombinedMirrorV6Table = true;
21102109
}
21112110

21122111
// In Mellanox platform, V4 and V6 rules are stored in different tables
2113-
if (platform == MLNX_PLATFORM_SUBSTRING) {
2112+
if (platform == MLNX_PLATFORM_SUBSTRING ||
2113+
platform == BFN_PLATFORM_SUBSTRING) {
21142114
m_isCombinedMirrorV6Table = false;
21152115
}
21162116

0 commit comments

Comments
 (0)