File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1872,8 +1872,8 @@ void SwitchOrch::querySwitchPortMirrorCapability()
18721872 if (status != SAI_STATUS_SUCCESS)
18731873 {
18741874 SWSS_LOG_WARN (" Could not query port ingress mirror capability %d" , status);
1875- fvVector.emplace_back (SWITCH_CAPABILITY_TABLE_PORT_INGRESS_MIRROR_CAPABLE, " false " );
1876- m_portIngressMirrorSupported = false ;
1875+ fvVector.emplace_back (SWITCH_CAPABILITY_TABLE_PORT_INGRESS_MIRROR_CAPABLE, " true " );
1876+ m_portIngressMirrorSupported = true ;
18771877 }
18781878 else
18791879 {
@@ -1896,8 +1896,8 @@ void SwitchOrch::querySwitchPortMirrorCapability()
18961896 if (status != SAI_STATUS_SUCCESS)
18971897 {
18981898 SWSS_LOG_WARN (" Could not query port egress mirror capability %d" , status);
1899- fvVector.emplace_back (SWITCH_CAPABILITY_TABLE_PORT_EGRESS_MIRROR_CAPABLE, " false " );
1900- m_portEgressMirrorSupported = false ;
1899+ fvVector.emplace_back (SWITCH_CAPABILITY_TABLE_PORT_EGRESS_MIRROR_CAPABLE, " true " );
1900+ m_portEgressMirrorSupported = true ;
19011901 }
19021902 else
19031903 {
You can’t perform that action at this time.
0 commit comments