Skip to content

Commit

Permalink
Move hostintf to hostif name in lib and libvs
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent a02b593 commit 18a09f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libsairedis_la_SOURCES = \
sai_redis_dtel.cpp \
sai_redis_fdb.cpp \
sai_redis_hash.cpp \
sai_redis_hostintf.cpp \
sai_redis_hostif.cpp \
sai_redis_interfacequery.cpp \
sai_redis_ipmc.cpp \
sai_redis_ipmc_group.cpp \
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions vslib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,18 @@ libSaiVS_a_SOURCES = \
VirtualSwitchSaiInterfacePort.cpp

libsaivs_la_SOURCES = \
sai_vs_fdb.cpp \
sai_vs_hostintf.cpp \
sai_vs_interfacequery.cpp \
sai_vs_port.cpp \
sai_vs_switch.cpp \
sai_vs_debug_counter.cpp\
sai_vs_acl.cpp \
sai_vs_bfd.cpp \
sai_vs_bmtor.cpp \
sai_vs_bridge.cpp \
sai_vs_buffer.cpp \
sai_vs_counter.cpp \
sai_vs_debug_counter.cpp\
sai_vs_dtel.cpp \
sai_vs_fdb.cpp \
sai_vs_hash.cpp \
sai_vs_hostif.cpp \
sai_vs_interfacequery.cpp \
sai_vs_ipmc.cpp \
sai_vs_ipmc_group.cpp \
sai_vs_isolation_group.cpp \
Expand All @@ -88,6 +86,7 @@ libsaivs_la_SOURCES = \
sai_vs_nexthop.cpp \
sai_vs_nexthopgroup.cpp \
sai_vs_policer.cpp \
sai_vs_port.cpp \
sai_vs_qosmaps.cpp \
sai_vs_queue.cpp \
sai_vs_route.cpp \
Expand All @@ -98,6 +97,7 @@ libsaivs_la_SOURCES = \
sai_vs_schedulergroup.cpp \
sai_vs_segmentroute.cpp \
sai_vs_stp.cpp \
sai_vs_switch.cpp \
sai_vs_system_port.cpp \
sai_vs_tam.cpp \
sai_vs_tunnel.cpp \
Expand Down
File renamed without changes.

0 comments on commit 18a09f9

Please sign in to comment.