Skip to content

Commit c461911

Browse files
wangshengjunstcheng
authored andcommitted
[copporch]: Fix the typo - mld_v1_done (#1037)
Signed-off-by: wangshengjun <[email protected]>
1 parent 34915de commit c461911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/copporch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static map<string, sai_hostif_trap_type_t> trap_id_map = {
6161
{"neigh_discovery", SAI_HOSTIF_TRAP_TYPE_IPV6_NEIGHBOR_DISCOVERY},
6262
{"mld_v1_v2", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_V2},
6363
{"mld_v1_report", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_REPORT},
64-
{"mld_v2_done", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_DONE},
64+
{"mld_v1_done", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_DONE},
6565
{"mld_v2_report", SAI_HOSTIF_TRAP_TYPE_MLD_V2_REPORT},
6666
{"ip2me", SAI_HOSTIF_TRAP_TYPE_IP2ME},
6767
{"ssh", SAI_HOSTIF_TRAP_TYPE_SSH},

0 commit comments

Comments
 (0)