Skip to content

Commit

Permalink
[mirrororch]: Change Mellanox GRE type to 0x8949 (#610)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and lguohan committed Sep 9, 2018
1 parent 7114352 commit 387eac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/mirrororch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MirrorEntry::MirrorEntry(const string& platform) :
{
if (platform == MLNX_PLATFORM_SUBSTRING)
{
greType = 0x6558;
greType = 0x8949;
queue = 1;
}
else
Expand Down

0 comments on commit 387eac6

Please sign in to comment.