Skip to content

Commit

Permalink
adding mirrorv6 support for mrvl platform (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
banagiri authored and lguohan committed Jan 30, 2020
1 parent 73ab143 commit 750982e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orchagent/aclorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2113,6 +2113,7 @@ void AclOrch::init(vector<TableConnector>& connectors, PortsOrch *portOrch, Mirr
if (platform == BRCM_PLATFORM_SUBSTRING ||
platform == MLNX_PLATFORM_SUBSTRING ||
platform == BFN_PLATFORM_SUBSTRING ||
platform == MRVL_PLATFORM_SUBSTRING ||
platform == NPS_PLATFORM_SUBSTRING)
{
m_mirrorTableCapabilities =
Expand Down Expand Up @@ -2144,6 +2145,7 @@ void AclOrch::init(vector<TableConnector>& connectors, PortsOrch *portOrch, Mirr

// In Mellanox platform, V4 and V6 rules are stored in different tables
if (platform == MLNX_PLATFORM_SUBSTRING ||
platform == MRVL_PLATFORM_SUBSTRING ||
platform == BFN_PLATFORM_SUBSTRING) {
m_isCombinedMirrorV6Table = false;
}
Expand Down

0 comments on commit 750982e

Please sign in to comment.