diff --git a/orchagent/aclorch.cpp b/orchagent/aclorch.cpp index 9d17aa5df0e..4f42ca415d7 100644 --- a/orchagent/aclorch.cpp +++ b/orchagent/aclorch.cpp @@ -2436,7 +2436,8 @@ void AclOrch::init(vector& connectors, PortsOrch *portOrch, Mirr platform == BFN_PLATFORM_SUBSTRING || platform == MRVL_PLATFORM_SUBSTRING || platform == INVM_PLATFORM_SUBSTRING || - platform == NPS_PLATFORM_SUBSTRING) + platform == NPS_PLATFORM_SUBSTRING || + platform == VS_PLATFORM_SUBSTRING) { m_mirrorTableCapabilities = { diff --git a/tests/test_mirror_ipv6_combined.py b/tests/test_mirror_ipv6_combined.py index 3eb5f7ab510..cafa5eaf471 100644 --- a/tests/test_mirror_ipv6_combined.py +++ b/tests/test_mirror_ipv6_combined.py @@ -3,9 +3,6 @@ from swsscommon import swsscommon -DVS_ENV = ["fake_platform=broadcom"] - - class TestMirror(object): def setup_db(self, dvs): self.pdb = swsscommon.DBConnector(0, dvs.redis_sock, 0)