Skip to content

Commit

Permalink
Fix error code on dbg dump
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent e7e1d80 commit cf956b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions unittest/vslib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ testslibsaivs_SOURCES = main_libsaivs.cpp \
test_sai_vs_ipmc_group.cpp \
test_sai_vs_macsec.cpp \
test_sai_vs_isolation_group.cpp \
test_sai_vs_interfacequery.cpp \
test_sai_vs_mcastfdb.cpp \
test_sai_vs_mirror.cpp \
test_sai_vs_mpls.cpp \
Expand Down
2 changes: 1 addition & 1 deletion vslib/sai_vs_interfacequery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ sai_status_t sai_dbg_generate_dump(
{
SWSS_LOG_ENTER();

return SAI_STATUS_SUCCESS;
return SAI_STATUS_NOT_IMPLEMENTED;
}

sai_object_type_t sai_object_type_query(
Expand Down

0 comments on commit cf956b6

Please sign in to comment.