Skip to content

Commit 3f8cfe5

Browse files
author
Shuotian Cheng
authored
[orch]: Change MLNX_PLATFORM_SUBSTRING to mellanox (sonic-net#345)
- Also update two LUA scripts to new names Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 41925f6 commit 3f8cfe5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

orchagent/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ CFLAGS_SAI = -I /usr/include/sai
55
swssdir = $(datadir)/swss
66

77
dist_swss_DATA = \
8-
pfc_detect_mlnx.lua \
9-
pfc_restore_mlnx.lua
8+
pfc_detect_mellanox.lua \
9+
pfc_restore_mellanox.lua
1010

1111
bin_PROGRAMS = orchagent routeresync
1212

orchagent/orch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const char ref_end = ']';
2424
const char comma = ',';
2525
const char range_specifier = '-';
2626

27-
#define MLNX_PLATFORM_SUBSTRING "mlnx"
27+
#define MLNX_PLATFORM_SUBSTRING "mellanox"
2828

2929
typedef enum
3030
{
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)