Skip to content

Commit 387eac6

Browse files
Shuotian Chenglguohan
authored andcommitted
[mirrororch]: Change Mellanox GRE type to 0x8949 (sonic-net#610)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 7114352 commit 387eac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/mirrororch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MirrorEntry::MirrorEntry(const string& platform) :
4949
{
5050
if (platform == MLNX_PLATFORM_SUBSTRING)
5151
{
52-
greType = 0x6558;
52+
greType = 0x8949;
5353
queue = 1;
5454
}
5555
else

0 commit comments

Comments
 (0)