Skip to content

Commit 18a09f9

Browse files
committed
Move hostintf to hostif name in lib and libvs
1 parent a02b593 commit 18a09f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lib/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libsairedis_la_SOURCES = \
3939
sai_redis_dtel.cpp \
4040
sai_redis_fdb.cpp \
4141
sai_redis_hash.cpp \
42-
sai_redis_hostintf.cpp \
42+
sai_redis_hostif.cpp \
4343
sai_redis_interfacequery.cpp \
4444
sai_redis_ipmc.cpp \
4545
sai_redis_ipmc_group.cpp \
File renamed without changes.

vslib/Makefile.am

+6-6
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,18 @@ libSaiVS_a_SOURCES = \
5959
VirtualSwitchSaiInterfacePort.cpp
6060

6161
libsaivs_la_SOURCES = \
62-
sai_vs_fdb.cpp \
63-
sai_vs_hostintf.cpp \
64-
sai_vs_interfacequery.cpp \
65-
sai_vs_port.cpp \
66-
sai_vs_switch.cpp \
67-
sai_vs_debug_counter.cpp\
6862
sai_vs_acl.cpp \
6963
sai_vs_bfd.cpp \
7064
sai_vs_bmtor.cpp \
7165
sai_vs_bridge.cpp \
7266
sai_vs_buffer.cpp \
7367
sai_vs_counter.cpp \
68+
sai_vs_debug_counter.cpp\
7469
sai_vs_dtel.cpp \
70+
sai_vs_fdb.cpp \
7571
sai_vs_hash.cpp \
72+
sai_vs_hostif.cpp \
73+
sai_vs_interfacequery.cpp \
7674
sai_vs_ipmc.cpp \
7775
sai_vs_ipmc_group.cpp \
7876
sai_vs_isolation_group.cpp \
@@ -88,6 +86,7 @@ libsaivs_la_SOURCES = \
8886
sai_vs_nexthop.cpp \
8987
sai_vs_nexthopgroup.cpp \
9088
sai_vs_policer.cpp \
89+
sai_vs_port.cpp \
9190
sai_vs_qosmaps.cpp \
9291
sai_vs_queue.cpp \
9392
sai_vs_route.cpp \
@@ -98,6 +97,7 @@ libsaivs_la_SOURCES = \
9897
sai_vs_schedulergroup.cpp \
9998
sai_vs_segmentroute.cpp \
10099
sai_vs_stp.cpp \
100+
sai_vs_switch.cpp \
101101
sai_vs_system_port.cpp \
102102
sai_vs_tam.cpp \
103103
sai_vs_tunnel.cpp \
File renamed without changes.

0 commit comments

Comments
 (0)