Skip to content

Commit

Permalink
[orch]: Change MLNX_PLATFORM_SUBSTRING to mellanox (sonic-net#345)
Browse files Browse the repository at this point in the history
- Also update two LUA scripts to new names

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Oct 13, 2017
1 parent 41925f6 commit 3f8cfe5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ CFLAGS_SAI = -I /usr/include/sai
swssdir = $(datadir)/swss

dist_swss_DATA = \
pfc_detect_mlnx.lua \
pfc_restore_mlnx.lua
pfc_detect_mellanox.lua \
pfc_restore_mellanox.lua

bin_PROGRAMS = orchagent routeresync

Expand Down
2 changes: 1 addition & 1 deletion orchagent/orch.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const char ref_end = ']';
const char comma = ',';
const char range_specifier = '-';

#define MLNX_PLATFORM_SUBSTRING "mlnx"
#define MLNX_PLATFORM_SUBSTRING "mellanox"

typedef enum
{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3f8cfe5

Please sign in to comment.