Skip to content

Commit c48a7a2

Browse files
author
kram
committed
Merge branch 'master' of https://github.com/Azure/sonic-sairedis into rel_6_0
2 parents aa5bf64 + 9658f75 commit c48a7a2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

syncd/scripts/syncd_init_common.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ config_syncd_cavium()
9292
until [ $(redis-cli ping | grep -c PONG) -gt 0 ]; do
9393
sleep 1
9494
done
95-
96-
redis-cli FLUSHALL
9795
}
9896

9997
config_syncd_marvell()

vslib/src/sai_vs_hostintf.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,11 @@ sai_status_t vs_create_hostif_int(
314314

315315
if (g_vs_hostif_use_tap_device == false)
316316
{
317-
return SAI_STATUS_SUCCESS;
317+
return vs_generic_create(object_type,
318+
hostif_id,
319+
switch_id,
320+
attr_count,
321+
attr_list);
318322
}
319323

320324
// validate SAI_HOSTIF_ATTR_TYPE

0 commit comments

Comments
 (0)